首页 > 其他 > 详细

如何设置Installshield中 feature的选中状态

时间:2014-08-19 18:51:15      阅读:523      评论:0      收藏:0      [点我收藏+]
原文:如何设置Installshield中 feature的选中状态

上一篇: 使用strtuts2的iterator标签循环输出二维数组

之前一直有筒子问如何设置Installshield中 feature的选中状态,因为在Install Design里是没有这个选项的。
今天打开Help搜索了一下,函数如下:
FeatureSelectItem ( szFeatureSource, szFeature, bSelect );
szFeatureSource
 Specifies the media name of the script-created feature set or (in InstallScript projects) file media library containing the feature whose selection status is to be set.
 
szFeature
 Specifies the feature whose selection status is to be set. For more information about specifying features and subfeatures in InstallScript, see Specifying Features and Subfeatures in Function Calls.
 
bSelect
 Specifies whether or not the feature should be selected. Pass one of the following predefined constants in this parameter:
TRUE—Select the specified feature.
FALSE—Do not select the specified feature.

如何设置Installshield中 feature的选中状态,布布扣,bubuko.com

如何设置Installshield中 feature的选中状态

原文:http://www.cnblogs.com/lonelyxmas/p/3922603.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!