Installing Web Application Project in Vista Wednesday, November 14 2007
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.
- Create a new .bat file in the same folder as the one the WebApplicationProjectSetup.msi file is in.
- Add the following text 'msiexec /i WebApplicationProjectSetup.msi' and save the file.
- Right click the .bat file and select 'Run as Administrator'.
This should now go all the way through without throwing an error.








Same problem & solution for Vista RC1. Thx!