MSIUnInstallProductEx
Uninstall MSI-Based Software (Extended)
Definition
Uninstalls MSI-based software.This command provides more detailed settings for the MSI installation than the command MSI UnInstallProduct.
Settings
Product Code
The MSI-based software is identified with the product code (MSI GUID).The name of the software is displayed in the next field.
Properties (command line)
Additional parameter which you can add to the command for the MSI installation The properties use the following list format Property=Setting;blank;Property=Setting, e.g. REBOOT=Reallysuppress.
UI Level
Defines the display and the scope of the user interface for installing an MSI package.Use the following values to define the scope.
- Use NCP Settings (ICDB): Uses the settings of the switch Disable Windows Installer user interface. This setting is defined in the ICDB on ORG, Region and site level in the MSI Settings section: No uses the Basic level, Yes the Automatic level.
- All: User interface with wizards, dialogs, progress and errors.
- Reduced: User interface with suppressed wizards and dialog windows.
- Basic: Basic progress and error handling.
- Standard: The Installer selects an appropriate level of user interface.
- Automatic: The installation runs automatically in the background in 'silent' mode.
Optionen
- Show final dialog: In combination with a value specified above, the Installer displays a dialog at the end of a successful installation or if an error occurred.The dialog is not displayed when the user cancels the installation.
- Show progress only: In combination with the above 'basic' value, the Installer displays simple progress dialogs, but does not show dialog boxes or error messages.
- Hide Cancel button: In combination with the above 'basic' value, the Installer shows simple progress dialogs but it does not show dialog options for canceling the installation.This keeps a user from canceling the installation.
Please note that only some combinations of options and list values are useful.