0x49D1
0x49D1

Reputation: 8704

Windows Installer project is unsupported in Visual Studio 11 BETA

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

Answers (2)

David Rogers
David Rogers

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):

Microsoft Visual Studio Installer Projects

To open this type of project. Once I did that I was able to open this project type.

Upvotes: 2

seva titov
seva titov

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

Related Questions