Network administrators can run Windows client-only installers from the command prompt to install the
To run the installer in silent mode using the default installation options, enter the following at the command prompt:
<InstallerFilename.exe> -i SILENT
For example:
Tip: You can also use the -i SILENT option to uninstall components installed during the most recent installation. The uninstaller is located in the
Customizing installations
You can customize silent installations to change the installation location, only install specific components, and change other options. You need to use a properties file, which the installer uses to determine the installation options. The properties file can be in the same directory as the installer or on a network drive.
Creating a properties file
You can manually or automatically create a properties file.
Note: Remove the .txt extension from the downloaded file before using it. File extensions are hidden by default in Windows Explorer. If you do not remove the .txt extension, you must specify the full path to the file to use it during installation.
Using the properties file during silent installation
To use the properties file during silent installation, use the -f option. For example:
Note: The -f and -r options cannot be used together.
You can specify the full or relative path to the properties file.
If the properties file is in the same directory as the installer, you do not need to specify any parameters. The installer searches the relative directory for files named installer.properties or <InstallerFilename>.properties (e.g.,
Note: If INSTALLER_UI=SILENT is set in the properties file, you do not need to specify SILENT on the command line.