Controlling the Installer from the Command Line - Office Business Application for 2019 - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Standard - Premier

Office Business Application for 2019

Platform
OnBase
Product
Office Business Application for 2019
Release
Foundation 23.1
License
Essential
Standard
Premier

This section describes the feature and property names that can be applied to the command line to install and configure components contained in the Hyland Office Integration Dependencies installer.

Features define the components that are installed. Properties define the configuration settings for the components that are installed.

The feature and property names for the components in the Hyland Office Integration Dependencies installer are:

  • Feature name: Hyland_Office_Dependencies

  • Property name: OFFICEDEPENDENCIES_FILES

Note:

Feature and property names are case sensitive and must be added to the command line exactly as they appear in this manual.

The OFFICEDEPENDENCIES_FILES property is optional and is used to define the location that the installed components are installed to. If this property is not included the components are installed to: C:\Program Files\Hyland\Office Integration\Dependencies\.

Note:

Under 64-bit systems, use the Program Files (x86) folder.

To install the components from the command line use the ADDLOCAL property. The ADDLOCAL property is appended to the end of the install command line, as shown here in the following example. This example also installs the prerequisites to the C:\MyCustomFolder\ directory:

msiexec /i "Office Integration Dependencies.msi" ADDLOCAL=Hyland_Office_Dependencies OFFICEDEPENDENCIES_FILES="C:\MyCustomFolder\"