Silent Uninstallations from the Command Line (InstallScript MSI Only)

InstallShield 2024

Project: This information applies to the InstallScript MSI projects.

To initiate a silent uninstallation for a product that was installed through an InstallScript MSI installation, use a response file.

To run an uninstallation using a response file:

1. Prepare a response file for the uninstallation (.iss) by running Setup.exe with the /r argument:

Setup.exe /r

2. Type the following at the command line (items in Italics represent data that is specific to your product’s uninstallation):

Setup.exe /s /f1"FullPath\YourResponseFile.iss"