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 |
---|---|
FRONTOFFICESCANNING_FILES |
The location to which the component files are installed. By default, this component is installed to C:\Program Files\Hyland\Front Office Scanning\ For example: FRONTOFFICESCANNING_FILES = "C:\My\Custom\Location\FOS\" |
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="" |
FOS_COMMANDLINE Note:
The FOS_COMMANDLINE property is not available in the graphical user interface. It must be set using the command line or transforms. |
Set the FOS_COMMANDLINE property to specify a Front Office Scanning (FOS) XML configuration file in the target of the FOS desktop shortcuts created by the Hyland Front Office Scanning installer. The same value is also written to the LastLocation registry key for Front Office Scanning. With a configuration file specified, the end user is not prompted to choose a configuration file when launching Front Office Scanning. For example: FOS_COMMANDLINE="\\MyServer\MyPath\MyFOSconfig.xml" Note:
If the target of the shortcut requires the configuration file path to be enclosed in double quotation marks, then the FOS_COMMANDLINE property must delimit the quotes with another set of double quotes: FOS_COMMANDLINE="""\\my server\my path\my file.xml""". Optional when CREATE_DESKTOP_SHORTCUTS is set to 1. |
FOS_LOCAL_DATASET_PATH Note:
The FOS_LOCAL_DATASET_PATH property is not available in the graphical user interface. It must be set using the command line or transforms. |
Set the FOS_LOCAL_DATASET_PATH property to configure the installer to create a local path where the Data Set XML files for Front Office Scanning are located. The path entered as the value of the FOS_LOCAL_DATASET_PATH property is created on the installation machine. This value is also written to the Front Office Scanning configuration file in the <SharePath> element. For example: FOS_LOCAL_DATASET_PATH="C:\MyPath\FOS\DataSets" Note:
This value must be a path local to the installation machine in order for the installer to create it. Network (UNC) paths must be created by a network administrator. Optional when installing Front Office Scanning. If no value is entered, or the value is not valid, or the property is not included at all, no path is created and the configuration file is not updated. |