Use a response file to perform a silent installation.
The command to run the installer in silent mode is:
<install_launcher_name> –f <response file> [-i silent]
Where <response file> is the input response file. The specified file name must be an absolute path.
Please note:
- If “INSTALLER_UI=silent” is specified in <response file>, “-i silent” is not required in the command line.
- If –f is not specified, a response file named either 'installer.properties' or <NameOfInstaller>.properties that resides in the same directory as the installer is automatically used.