Running silent uninstallation

Deploying TestArchitect uninstallation file on other computers and running the uninstallation there using the created response file.

  1. Deploy the TestArchitect uninstallation response file, uninstall.iss, to the target computer.

  2. Get the UninstallString value of TestArchitect in Registry Editor. (Learn more.)

  3. Bring up a command window with administrator right.

    The command window opens with a prompt displaying your current directory.

  4. Run the TestArchitect uninstallation file in silent mode with the following command: <UninstallString value> /s /f1<response_file> /f2<log_file>

    • /s: Run the installation in silent mode
    • /f1: Specify where the response file is. (Learn more.)
    • /f2: Specifies a log file location and file name. (Learn more.)
    • Specify an absolute path; using a relative path gives unpredictable results.
    • If the path includes spaces, enclose it in quotes.

    For example, enter the following command:

    "C:\Program Files (x86)\InstallShield Installation Information\{5036B92D-2051-46CA-AF28-9097F8F97E63}\setup.exe" 
    -runfromtemp -l0x0409 -removeonly 
    /s /f1"E:\uninstall.iss" /f2"E:\remove.log"
    



    • UninstallString value: "C:\Program Files (x86)\InstallShield Installation Information\{5036B92D-2051-46CA-AF28-9097F8F97E63}\setup.exe" -runfromtemp -l0x0409 -removeonly
    • Path to the response file: "E:\uninstall.iss"
    • Path to the log file: "E:\remove.log"

    The uninstallation program removes TestArchitect in the background using the options specified in the response file. The uninstallation program displays no dialog boxes. The uninstallation progress is not shown either.


Copyright © 2023 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333