Thursday, September 2, 2010

Windows Installer is not included in any selected prerequisite




If you are working on a setup project and you get the warning:
Windows Installer is not included in any selected prerequisite

This means you need to add a prerequisite to you application, in order to fix it follow these steps in visual studio:

  1. In the solution explorer, right-click on your deployment project and select Properties;
  2. A window titled " Property Pages" should appear
  3. Click on the Prerequisites... button
  4. Select a package that installs Windows Installer 2.0
  5. Click OK button and re-build again.

This should remove the warning





No comments:

Post a Comment