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.
The ADDLOCAL property is appended to the end of the install command line, as shown here: msiexec /i "Hyland Full-Text Service.msi" ADDLOCAL=FullText_Service
This example installs the Full-Text Service component. It also installs any components required by the features selected.
Feature names are case sensitive and must be added to the command line exactly as they appear in this table. The associated properties listed may also have to be included on the command line in order to configure the installed component. For details on the associated properties see, Property Names.
Component |
Feature Name |
Associated Properties |
---|---|---|
Full-Text Service |
FullText_Service |
DATASOURCE DB_SERVICE_USER DB_SERVICE_PASS NTSERVICE_USE_DOMAIN_ACCOUNT NTSERVICE_USER NTSERVICE_PASS |