You can control the installation of components from the command line using the ADDLOCAL property. To install a component, pass its feature name to the installer using the ADDLOCAL property. The table below lists the feature names for each component in the Hyland Diagnostics Components installer.
The ADDLOCAL property is appended to the end of the install command line, as shown in this example: msiexec /i "Hyland Diagnostics Components.msi" ADDLOCAL=Diagnostics_Console,Diagnostics_Service
This example installs the Diagnostics Console and the Hyland Diagnostics Service.
Note:
Feature and property names are case sensitive.
Component |
Feature Name |
---|---|
Diagnostics Console |
Diagnostics_Console |
Hyland Diagnostics Service |
Diagnostics_Service |