Software AG Installer 10.3 | Uninstalling | Uninstall Using a Script | Uninstall Using a Script in Console Mode | Uninstall Using a Script
 
Uninstall Using a Script
If you want to uninstall using a script on a Windows system, download the installer for UNIX as instructed by your installation email from Software AG, and install a 64-bit JRE. For information on supported JDKs, see the product system requirements on the Software AG Documentation website.
To uninstall on any system using an uninstallation script, specify the -readUninstallScript parameter on the command. For example:
java -jar SoftwareAGInstalleryyyymm.{jar|zip}
-readUninstallScript full_path_to_existing_script_file
-installDir full_path_to_installation_directory -console
After a script runs successfully, by default, the uninstaller exits immediately. If you want the uninstaller to instead allow you to choose when to exit after the script completes, specify the -scriptNoExit parameter at the end of the command.
If errors occur while a script is running, uninstallation fails. By default, the uninstaller shows the errors and does not exit. If you want the uninstaller to exit immediately with a non-zero exit value, specify the -scriptErrorInteract no parameter at the end of the command. If you want the uninstaller to show the errors and pause for a specified number of seconds before exiting, specify the -scriptErrorInteract number_of_seconds parameter at the end of the command.

Copyright © 2010-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.