Installing Web Application Project in Vista

The Community Server project uses the Web Application Project for Visual Studio 2005 so I found myself having to install it on my Vista build 5536 machine.  The problem however, was that every time I tried to install it, I got error code 2869.  Eventually I found a way around this problem.

  1. Create a new .bat file in the same folder as the one the WebApplicationProjectSetup.msi file is in.
  2. Add the following text 'msiexec /i WebApplicationProjectSetup.msi' and save the file.
  3. Right click the .bat file and select 'Run as Administrator'.

This should now go all the way through without throwing an error.

6 comment(s) so far

admin avatar
Damian wrote on January 23, 2008

Same problem & solution for Vista RC1. Thx!

admin avatar

Ran into the same thing - THANKS for the solution!

admin avatar
Yuri wrote on January 23, 2008

Thank you!

admin avatar
Christopher wrote on January 23, 2008

thank you, had the same problem with RC1

admin avatar

You rock! Your post saved me a lot of grief. Thanks!

admin avatar
raju wrote on January 23, 2008

what about the updations that are done to the application. how is that installed. can it be installed without uninstalling the previous versions with the new .msi file?

Post your comment