Previous Topic: Unattended InstallNext Topic: Getting Started with CA XCOM Data Transport


Unattended Uninstall

To run an unattended uninstall

  1. Change directory to the path location where you have the InstallShield setup.exe program.
  2. Create a response file first by issuing the following command:
    setup.exe /x /r /f1"C:\YourPath\setup.iss" 
    

    This command creates the setup.iss file in the YourPath directory. If the /f1 parameter is not specified, it defaults to setup.iss in your WINDOWS directory.

    The file setup.iss contains all the parameters of your uninstall.

    Note:

  3. Run the unattended uninstall by issuing the following command:
    setup.exe /x /s /f1"C:\YourPath\setup.iss"
    

    Substitute your full path name or drive letter in this example, if appropriate.