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 |
---|---|
BARCODEGENERATOR_FILES |
The location to which the component files are installed. By default, this component is installed to C:\Program Files\Hyland\Bar Code Generator\ For example: BARCODEGENERATOR_FILES="C:\My\Custom\Location\BarCodeGenerator\" |
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. |
SERVICE_LOCATION_DATA_ SOURCE |
This property is used to set the ADO.NET connection for your OnBase data source. For example: SERVICE_LOCATION_DATA_SOURCE="MyDatabase" Note:
The ADO.NET data source name for your Application Server can be edited directly in the Application Server's Web.config file or using the Web Application Management Console. For more information, see the Application Server module reference guide. |
SERVICE_LOCATION_NT_AUTH |
This property is used to enable Active Directory and LDAP authentication when logging on to the Bar Code Generator. To enable Active Directory and LDAP authentication, set this property to true. To disable Active Directory and LDAP authentication (i.e., enable OnBase authentication), set this property to false. For example: SERVICE_LOCATION_NT_AUTH="true" By default, this property is set to false. |
SERVICE_LOCATION_SERVICE_PATH |
This property is used to set the URL to the Service.asmx page of the Application Server. For example: SERVICE_LOCATION_SERVICE_PATH= "http://localhost/AppServer/Service.asmx" |