How to set the level of feature based on condition in wix?

前端 未结 2 905
滥情空心
滥情空心 2020-12-10 09:09

I am trying to install the features based on the condition. Initially i set the feature level to 1 and place a condition inside the feature to modify the feature level.

2条回答
  •  遥遥无期
    2020-12-10 09:50

    You can ship the components present inside the feature by setting the condition 'True' like below. Whenever the property 'SAMPLEFEATURE_UNLOCKED' sets to true, the feature is unlocked.

提交回复
热议问题