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 |
---|---|
APPLICATION_SERVER_URL |
This property is used to set the URL to the Service.asmx page of the Application Server. For example: APPLICATION_SERVER_URL="http://localhost/AppServer/Service.asmx" |
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. |
DATACAPTURECONFIGURATION_DEFAULTUSERNAME |
This property is used to set the default OnBase user name to appear on the Data Capture Configuration Tool's logon screen. For example: DATACAPTURECONFIGURATION_DEFAULTUSERNAME="Manager" |
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" |