The ADDLOCAL, ADDSOURCE, and ADVERTISE properties can be used to install only a certain number of known features.
The following command-line script would be used to install the “Word” and “Excel” features of the example.msi package locally on the machine. Feature names are case-sensitive.
msiexec /i example.msi ADDLOCAL=Word,Excel /qb
The following command-line script would advertise the “Excel” feature and install the “Word”feature to run from source.
msiexec /i example.msi ADVERTISE=Excel ADDSOURCE=Word /qb
If you’re not a subscriber, you can have msigeek blog notifications delivered to you free via these options: RSS Updates , Email Updates and SMS Alerts.




