Wednesday, September 3, 2014

How to disable or install a feature in MSI

In Feature Table, Goto Level of the particular feature which as to be disabled and  set it to 0

Another way to disable feature is set the feature level to above the value of INSTALLEVEL property value.

If INSTALLLEVEL property value is 100, then feature level has to be any value above 100.


By using properties:

ADDLCOAL=ALL (For installing all the features)

In MSI feature table. we can see the feature name. If we want to install the particular feature. Get feature name from msi feature table and add in the ADDLOCAL property

For Example:
ADDLOCAL=Test,Sample
 

No comments:

Post a Comment