Search code examples
visual-studio

Visual Studio - vdproj is incompatible


I have a project in a solution I am working on in Visual Studio 2012, and I get this message for one of the projects: "This version of Visual Studio does not have the following project types installed, or does not support them." It is a vdproj. What does this mean and how do I resolve this problem


Solution

  • vdproj is a MSI creation project for Visual Studio. Its been deprecated and most people have moved on to either WIX or NSIS or a professional grade installer creation tools such as Install Shield.

    If you do not require an installer for your product just exclude the vdproj project from the solution and continue with your life

    for fun if you want to try to transition right away to wix, try this powershell script https://github.com/chrisoldwood/vdproj2wix