cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thekalki
Level 4

FeatureSetData Basic MSI equivalent

Hi All,

Can someone help me with the equivalent of the below statement for Basic MSI Package. Even if there is a equivalent of the same in vbscript would also be very much appreciated.

FeatureSetData ( MEDIA , "FeatureOne" , FEATURE_FIELD_VISIBLE , FALSE , "" );

I have three features. FeatureOne, FeatureTwo & FeatureThree. Based on the existing visual studio 2003 or 2005 or 2008 I would like to set only one feature as visible.

Please help me to solve this.
Labels (1)
0 Kudos
(1) Reply
TsungH
Level 12

You will need to use System Searches, which can store result in property, to determine the version of Visual Studio installed on the system, and use the property to control features' install level (Feature table).
0 Kudos