The following sections describe the feature and property names that can be applied to the command line to install and configure components contained in the Hyland Multiserver Meditech ODA installer.
Features define the components that are installed. Properties define the configuration settings for the components that are installed.
Feature Names
You can control the installation of components from the command line using the ADDLOCAL property. To install a component, pass its feature name to installer using the ADDLOCAL property. The table below lists the properties that you can set during installation.
The ADDLOCAL property is appended to the end of the install command line, as shown here:
msiexec /i "Hyland Multiserver Meditech ODA.msi" ADDLOCAL=Multiserver
This example installs the Hyland Multiserver.
Feature names are case sensitive and must be added to the command line exactly as they appear in this table. For details on the associated properties, see Property Names below.
Component |
Feature Name |
---|---|
Multiserver |
Multiserver |
Printserver |
Printserver |
Property Names
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. |
MULTISERVER_PRINTER_PORT |
This property is used to specify the port the Multiserver will use to communicate with the Printserver. For example: MULTISERVER_PRINTER_PORT="247" |
MULTISERVER_PRINTSERVERIP |
This property is used to specify the IP address of the Multiserver's computer. For example: MULTISERVER_PRINTSERVERIP="127.0.0.1" |
PRINTSERVER_LISTENING_PORT |
This property is used to specify the port the Printserver will use to listen for communication from the Multiserver. For example: PRINTSERVER_LISTENING_PORT="247" |
PRINTSERVER_MULTISERVERIP |
This property is used to specify the IP address of the Printserver's computer. For example: PRINTSERVER_MULTISERVERIP="127.0.0.1" |