Installer  | 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 before the -console parameter on the command you run to start the installer. For example:
sh SoftwareAGInstalleryyyymmdd-operating_system.bin
-writeScript full_path_to_new_script_file -console
*To create an installation script without installing products on the local machine, specify the -editScript parameter before the -console parameter on the command you run to start the installer. For example:
sh SoftwareAGInstalleryyyymmdd-operating_system.bin
-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 before the -console parameter on the command you run to start the installer. For example:
sh SoftwareAGInstalleryyyymmdd-operating_system.bin
{-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 before the -console parameter on the command you run to start the installer. For example:
sh SoftwareAGInstalleryyyymmdd-operating_system.bin
-readScript full_path_to_new_script_file
-writeScript full_path_to_new_script_file -console