Software AG Installer 10.3 | Using Console Mode to Install | Use Installation Scripts | Create a Script
 
Create a Script
To create an installation script, run one of the commands below. You can specify any file name for the script that is permitted by your operating system. The directory to which you save the file must already exist.
*To create an installation script and install products on the local machine, specify the -writeScript parameter on the command. For example:
java -jar SoftwareAGInstalleryyyymm.{jar|zip|dmg}
-writeScript full_path_to_new_script_file -console
*To create an installation script without installing products on the local machine, specify the -editScript parameter on the command. For example:
java -jar SoftwareAGInstalleryyyymm.{jar|zip|dmg}
-editScript full_path_to_new_script_file -console
*To create an installation script of yourself installing from an image rather than from Empower, specify the -readImage parameter on the command. For example:
java -jar SoftwareAGInstalleryyyymm.{jar|zip|dmg}
{-writeScript|-editScript] full_path_to_new_script_file
-readImage full_path_to_existing_image_file -console
*To create an installation script from an existing script, specify the -readScript and -writeScript parameters on the command. For example:
java -jar SoftwareAGInstalleryyyymm.{jar|zip|dmg}
-readScript full_path_to_existing_script_file
-writeScript full_path_to_new_script_file -console

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.