Wednesday, 22 June 2011

If we want to disable the particular features from the Installation.

One Method:
--------------------
a) open the msi or mst
b)GO to feature table and right click on the particular feature which you want to disable. Click on details->Change the Level to Custom and Change the custom level to 100

Second Method:
-------------------------
a)msiexec /I “Msi name” TRANSFORMS=”Mst name” ADDLOCAL=ALL REMOVE=”NotesClient,Editors”
otherwise add these entries in the property table of the package itself.
1.       ADDLOCAL=ALL
2.       REMOVE= NotesClient,Editors
Third Method:
--------------------------
Take a log file at the time of installation and search the feature name
Fourth Method:
---------------------
Create a response transform and open the mst with orca  and find the difference. Add those entries in your package.

No comments:

Post a Comment