You can control the installation of components from the command line using the ADDLOCAL property. Each OnBase component is assigned a feature name. To install a component, pass its feature name to the installer using the ADDLOCAL property.
If the requirements for installation are not met, you are prompted to run the Integration for Open Text Fax Server, RightFax Edition installer with the user interface in order to install the required files. See Installation for more information.
The table below lists the feature name for each component.
Component |
Feature Name |
---|---|
Integration for RightFax |
RightFax_Integration |
RightFax Connector Service |
RightFax_Service |
RightFax Connector Service Configuration |
RightFax_Config |
The ADDLOCAL property is appended to the end of the install command line, as shown here: msiexec.exe / i "Hyland Integration for RightFax.msi" ADDLOCAL=RightFax_Integration,RightFax_Service
The example above installs the Integration for RightFax and the RightFax Connector Service.