Previous Topic: Unattended InstallNext Topic: Installing CA XCOM Data Transport 64-Bit


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.

    Note: The file may be created in a different directory, depending on your operating system.

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

  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.