Deployment Error Messages


Deployment in Visual Studio
Windows Installer is not included in any selected prerequisite

Updated: August 2008

This warning is generated when you include prerequisites in your installer, but you do not include Windows Installer as one of the prerequisites. If the target computer does not have the correct version of Windows Installer, your installer will not work correctly. Select Windows Installer as a prerequisite so your deployment package installs the correct version before attempting to install the solution.

To correct the error, select the correct version of Windows Installer in the Prerequisites dialog box.

To correct this error for ClickOnce deployment

  1. Right-click the project in Solution Explorer, and then click Properties.

  2. On the Publish tab, click Prerequisites.

  3. In the Prerequisites dialog box, select the check box for Windows Installer 3.1.

To correct this error for Windows Installer deployment

  1. Right-click the setup project in Solution Explorer, and then click Properties.

  2. Click Prerequisites.

  3. In the Prerequisites dialog box, select the check box for Windows Installer 3.1.

See Also

Tasks

Reference

Other Resources

Change History

Date

History

Reason

August 2008

Added separate steps for ClickOnce and Windows Installer.

Customer feedback.

July 2008

Corrected steps to resolve the error.

Customer feedback.

Tags :


Page view tracker