Reputation: 8704
It says that my windows installer project is unsupported. "ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" is in vdproj file. Can i work with it in VS11 beta?
Upvotes: 7
Views: 3725
Reputation: 2653
I encountered the same issue with trying to open a installer package sent to me via another developer, apparently I needed to install the appropriate version of (in Visual Studio):
To open this type of project. Once I did that I was able to open this project type.
Upvotes: 2
Reputation: 11920
You can still use Windows Service project. It is installer that is not supported by VS11. Accoring to Visual Studio team, old VS Install and Deploy projects (*.vdproj) will not be supported in any future releases starting with VS11. Migrate to WIX.
Upvotes: 7