Selecting and install files of only one feature from two different feature conditionally in installshield

心不动则不痛 提交于 2021-01-29 09:22:30

问题


I have three features F1, F2 and F3. User can select only one of feature F1 or F2. F3 is a default feature.Files are distributed between these two features F1 and F2. If user selects F1, files of F1 should be installed. If user selects F2, files of F2 should be installed. Not sure if installshield has an option on this. How can I proceed on this?


回答1:


This has been done by adding a radio control in custom setup dialog box with behavior logic of next button set to

    Event : ADDLOCAL Argument : <FeatureName> Condition :<Radio Group Property = Radio Button Value>
   Event : REMOVE Argument : <FeatureName>  Condition : <Radio Group Property <> Radio Button Value>


来源:https://stackoverflow.com/questions/23536878/selecting-and-install-files-of-only-one-feature-from-two-different-feature-condi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!