Removing an Advertised Application

Windows Installer

Removing an Advertised Application

To remove an application that has been installed in the advertised state, simply uninstall it using MsiInstallProduct or MsiConfigureProduct. You can also remove an advertised application from the command line. See Command Line Options.

Note that you may be unable to remove an advertised application if you have authored the package in such a way that running an installation is conditional upon the statement NOT Installed. An advertised application is not installed on the user's computer and the installer does not set the Installed Property. The package must be authored so that advertised applications can be uninstalled.

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.