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 ADDLOCAL property is appended to the end of the install command line, as shown here:
msiexec /i "Hyland Data Capture Server x64.msi" ADDLOCAL=DataCaptureServer
Note:
Feature and Property names are case sensitive.