Feature Names - Client and Configuration Installers - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Client-and-Configuration-Installers/Foundation-23.1/Client-and-Configuration-Installers/Client-Installer/Client-Installer-Command-Line-Options/Feature-Names - 2023-09-11

Client and Configuration Installers

Platform
OnBase
Product
Client and Configuration Installers
Release
Foundation 23.1
License
Premier
Standard
Essential

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.

Note:

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.