Previous Topic: MSI ValueNext Topic: User interface and logging options


MSI Value Example

If the command line specifies: ADDLOCAL=ALL, ADDSOURCE = OfficeFeature, all the features are first set to run-local and then OfficeFeature is set to run-from-source.
On the other hand, if the command line is: ADDSOURCE=ALL, ADDLOCAL=OfficeFeature, first OfficeFeature is set to run-local, and then when ADDSOURCE=ALL is evaluated, all features (including OfficeFeature) are reset to run-from-source.