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 x86.msi" ADDLOCAL=App_Server
This example installs the OnBase 32-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 |
App_Server 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. |
APPLICATIONSERVER_FILES APPSERVER_APPLICATION_NAME APPSERVER_IIS_ASPNET_IMPERSONATION APPSERVER_IIS_NTAUTH APPSERVER_IIS_SSL APPSERVER_IIS_WEBSITE_ID DATASOURCE IIS_ASPNET_USER IIS_ASPNET_PASS |