You can control the installation of components from the command line using the ADDLOCAL property. Each OnBase component is assigned a feature name. To install a component, pass its feature name to the installer using the ADDLOCAL property.
The table below lists the feature name for each component.
Feature names are case sensitive and must be added to the command line exactly as they appear in this table.
Component |
Feature Name |
---|---|
OnBase Client |
OnBaseThickClient |
OnBase Client API |
ThickClientAPILocal |
DCOM Configuration |
Thick_API_DCOM |
Mail Services |
MailServices |
The ADDLOCAL property is appended to the end of the install command line, as shown here: msiexec.exe /i "Hyland OnBase Client.msi" ADDLOCAL=OnBaseThickClient,MailServices
This example installs the OnBase Client module and Mail Services. It does not install any of the other components listed.