You can control the installation of components from the command line using the ADDLOCAL property. To install a component, pass its feature name to the installer using the ADDLOCAL property. The table below lists the feature names for each component in the Hyland Application Server installer.
The ADDLOCAL property is appended to the end of the install command line, as shown in this example (in which XX.XX represents the version number of the installer):
msiexec /i "Hyland Application Server XX.XX x64.msi" ADDLOCAL=AppServer64
This example installs the OnBase 64-bit Application Server. It also installs any components required by the Application Server.
Feature names are case sensitive and must be added to the command line exactly as they appear in this table. The associated properties listed may also have to be included on the command line in order to configure the installed component. For details on the associated properties, see Property Names.
Component |
Feature Name |
Associated Properties |
---|---|---|
Application Server |
AppServer64 Note:
You must have IIS installed with at least one Web site in order to install the Application Server. Installing this component also installs the Web Applications Management Console. |
APPLICATIONSERVER64_FILES APPSERVER64_APPLICATION_NAME APPSERVER64_IIS_ASPNET_IMPERSONATION APPSERVER64_IIS_NTAUTH APPSERVER64_IIS_SSL APPSERVER64_IIS_WEBSITE_ID DATASOURCE IIS_ASPNET_USER IIS_ASPNET_PASS |