Controlling the Installer from the Command Line - Gateway Caching Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Gateway Caching Server

Platform
OnBase
Product
Gateway Caching Server
Release
Foundation 22.1
License
Premier
Standard
Essential

The Hyland Gateway Caching Server installer can be run from an installation CD or a local drive. For upgrades, be sure to uninstall the old application before running the installer.

When run from the command line, the installer must be launched using this command, where [PATH] represents the location of the MSI:

msiexec /i "[PATH]\Hyland Gateway Caching Server.msi"

To control the installer from the command line, you must configure the installation options by applying the properties listed in the following sections. Properties are appended to the command in the format PROPERTY NAME="VALUE".

To make a property empty, set its value to an empty string. For example, to disable impersonation, you would set the property like this on the command line:

msiexec /i "[PATH]\Hyland Gateway Caching Server.msi" IIS_ASPNET_IMPERSONATION=""