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. The table below lists the property names available and the corresponding features that use them.
Property |
Description |
---|---|
CREATE_DESKTOP_SHORTCUTS |
This property is used to enable desktop shortcuts. To enable desktop shortcuts, set this property to 1. To disable this option, leave this property empty. For example: CREATE_DESKTOP_SHORTCUTS="1" By default, this property is empty. |
CREATE_MENU_SHORTCUTS |
This property is used to enable menu shortcuts. To enable menu shortcuts, set this property to 1. To disable this option, set this property to an empty string. For example: CREATE_MENU_SHORTCUTS="" By default, this property is set to 1. |
DATASOURCE |
This property is used to specify the name of the data source used to connect to your OnBase Data Source. For example: DATASOURCE="MyDatabase" |
NTSERVICE_USE_DOMAIN_ACCOUNT |
This property is used to enable Active Directory and LDAP authentication. To enable Active Directory and LDAP authentication, set this property to 1. To disable this option, set this property to an empty string. For example: NTSERVICE_USE_DOMAIN_ACCOUNT="" By default, this value is set to 1. |
NTSERVICE_USER |
This property is used to specify the user account used for Active Directory and LDAP authentication. For example: NTSERVICE_USER="JohnAdams" |
NTSERVICE_PASS |
This property is used to specify the password for the user account used for Active Directory and LDAP authentication. For example: NTSERVICE_PASS="MyPassword" |
DB_SERVICE_USER |
This property is used to specify the user account used for the OnBase Service Account. For example: DB_SERVICE_USER="JohnAdams" |
DB_SERVICE_PASS |
This property is used to specify the password for the user account used for the OnBase Service Account. For example: DB_SERVICE_PASS="MyPassword" |
CONFIGFILEPATH |
The path to the configuration file where the ADO.NET connection string information is saved. For example, in a default installation the configuration file is located at: CONFIGFILEPATH="C:\Program Files\Hyland\Services\Data Capture\Hyland.DataCapture.Server.exe.config" |
CONNECTIONSTRING |
The ADO.NET connection string that should be used to connect to the OnBase database. For example: CONNECTIONSTRING="Data Source=DOC-018272\SQLEXPRESS; database=DP-beta; User Id =username; Password=password" For complete details on creating and configuring connections strings, see ADO.NET Connection Strings. |
CONNECTIONSTRING_NAME |
The name used to identify the ADO.NET connection string. This name must be different from the names of any other ADO.NET or ODBC data source connections configured in your system. For example: CONNECTIONSTRING_NAME="My-Name" |
DATAPROVIDER |
The data provider type used for the database. Enter one of the following values: System.Data.SqlClient: Select this for a SQL Server database. Oracle.ManagedDataAccess.Client: Select this for an Oracle database. Only SQL Server and Oracle data providers can be used to connect to the OnBase database. For example: DATAPROVIDER="System.Data.SqlClient" |