Properties - Application Enabler - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Essential - Standard - Premier

Application Enabler

Platform
OnBase
Product
Application Enabler
Release
Foundation 22.1
License
Essential
Standard
Premier

When controlling the installation of components from the command line you must also configure the settings for each component you are installing by using the properties listed in the following table. If a property is not included, the default value is configured for that property.

Property

Description

APPLICATIONENABLER_FILES

The location to which the component files are installed. By default, this component is installed to C:\Program Files\Hyland\Application Enabler\

For example: APPLICATIONENABLER_FILES="C:\My\Custom\Location\Application Enabler\"

Note:

Application Enabler Configuration is always installed to the Config subfolder of the location entered.

CREATE_DESKTOP_SHORTCUTS

Set to 1 to add desktop shortcuts for the installed component, or leave empty to not add the shortcuts. By default, this property is empty.

For example: CREATE_DESKTOP_SHORTCUTS="1" or CREATE_DESKTOP_SHORTCUTS=""

CREATE_MENU_SHORTCUTS

Set to 1 to add program menu shortcuts for the installed component, or leave empty to not add the shortcuts. By default, this property is empty.

For example: CREATE_MENU_SHORTCUTS="1" or CREATE_MENU_SHORTCUTS=""

SERVICE_LOCATION_DATA_SOURCE

The ODBC connection for the data source installed components use to connect to OnBase.

For example: SERVICE_LOCATION_DATA_SOURCE="ODBC source name"

Note:

This property is required. The default value, if available, is defined by previously installed components and may not be acceptable for the current installation.

SERVICE_LOCATION_DISPLAY_NAME

A user-friendly name for the service location. By default, this property is set to New Service Location.

For example: SERVICE_LOCATION_DISPLAY_NAME="My Service Location"

SERVICE_LOCATION_NT_AUTH

Set to true if your system uses NT/LDAP authentication, or set to false if it does not. By default, the SERVICE_LOCATION_NT_AUTH property is set to false.

Note:

In order to use NT or LDAP authentication, the database against which the installed component runs must also be configured for NT or LDAP authentication. The installer configures the installed component to match the authentication scheme of the database.

For example: SERVICE_LOCATION_NT_AUTH="false"

SERVICE_LOCATION_SERVICE_PATH

The full URL to the Service.asmx page on the OnBase application server.

For example: SERVICE_LOCATION_SERVICE_PATH="http://MachineName/AppServer/Service.asmx"

Note:

This property is required. The default value, if available, is defined by previously installed components and the location of the default Web site, which may not be acceptable for the current installation.

Properties are added to the installation command line, as shown here:

msiexec /i "Hyland Application Enabler Configuration.msi" ADDLOCAL=Application_Enabler_Config SERVICE_LOCATION_DATA_SOURCE="My ODBC" SERVICE_LOCATION_SERVICE_PATH="http://MyMachineName/AppServer/Service.asmx"