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