Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Error installing GAX
 

Error installing GAX

I am trying to install June release of GAX on laptop with Vista B2, VSTS 2005

VS is closed but I receive a dialog

The installer has encountered an unexpected error installing the package. This may indicate a problem with the package. The error code is 2869.

When I hit OK, I get another dialog that is blank with an OK button. Once I hit that OK, the package is uninstalled.

Pete Schnettler  Wednesday, August 09, 2006 9:21 PM

I solved the problem.

The problem has to do with UAC in Vista. To solve the problem for those of you trying out Vista here are the steps to install

Create a bat file in same directory as msi and add the following:

msiexec /i GuidanceAutomationExtensions.msi

After saving the bat file, select it and right click. Assuming you have the rights or are running as an Adminstrator, select

"Run as Adminstrator"

When prompted allow it to run

Pete Schnettler  Thursday, August 10, 2006 8:00 PM

Hi Pete,

I had the same problem on Vista RC1 and the trick with the batch-file worked for me.

Thank you for sharing.

Cheers

Arne Janning

ArneJanning  Sunday, September 17, 2006 8:46 PM
Hello Arne, I'm having the same problem with RC1 of which the .bat file workaround has not solved, I initially thought a similar thing might get around this with a simple "@call GuidanceAutomationExtensions.msi" in the batch file, though also proving unsuccessfull.
Brett Ryan  Wednesday, September 27, 2006 12:19 PM

Brett, I just successfully installed it using the .bat method with RC1 5600, VS2005 not running. I temporarily switched off UAC in Windows Security Center.

Maybe this helps...

fumedev  Thursday, October 19, 2006 11:05 AM

I searched far & wide for a solution and no luck. I did read that some folks had some luck turning off UAC and using msiexec /i "<msi name>". Well it did not work for me Sad However, I finally got it to work. I turned off UAC and forced the install using msiexec /a "<msi name>" - thinking I might have messed things up, I then ran the installer again and did a repair (which worked OK). Then I uninstalled the msi (hoping it took with it the left over junk that was causing me trouble). Then I did a regular install and it worked SmileSmile

Mike Turner - MSFT  Tuesday, November 27, 2007 5:39 PM

The MSIs for the July version of GAX and GAT don't require that you run them from an elevated cmd window as they properly contain their not impersonate bits sets and you should receive a dialog box asking you to authorize the install (if you're an admin) or to either enter admin credentials.

HTH,

-Victor.

vga  Monday, December 03, 2007 7:03 PM
Turn off the security in windows as it's only going to cause social engineering problems in the future, I see the new security in Vista a security hole even though indirect, what do you think?
Brett Ryan  Thursday, January 17, 2008 6:39 AM

You can use google to search for other answers

Custom Search

More Threads

• Add Entity Framework model to Project with GAT
• Error using Project template - Package templates may not be properly registered.
• Error installing Mobile Client Software Factory on Vista - Cannot Connect to IIS
• How to get recipe arguments value
• Fatal Login Error w/ Passport
• Installing Guidance package for both VS2005 and VS2008
• will GATGAX work in VS 2008 beta2
• Um, does anyone at Microsoft care or support GAT?
• Can we generate .resx file and add it into app_GlobalResources folder using GAT?
• how to debug the installer of a GAT toolkit?