Project

This information applies to the following project types:

  • InstallScript   
  • InstallScript MSI

The FeatureSelectItem function sets a feature's selection status to either selected or not selected. You can use FeatureSelectItem to change selection status before displaying features in feature dialogs, and you can use it to change or override selections afterward, depending on your setup's requirements. 

 

// Set the selection status of Subfeature2 to not selected.

 FeatureSelectItem (  MEDIA,"RecordService\\ALU",FALSE);

 

文章標籤
全站熱搜
創作者介紹
創作者 Kenneth 的頭像
Kenneth

Kenneth的部落格

Kenneth 發表在 痞客邦 留言(0) 人氣(27)