This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to install only the selected features?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Nov 03, 2011
01:17 AM
How to install only the selected features?
I have a question regarding to the installation of the features using the Basic MSI. In my installer I have create new dialog that have 3 features that end user can select to install; A, B or C (check box selected). If end user only choose 1 or 2 features (not all) so only the selected features will be installed. Anybody know how to make it? I think I need to do some judgement at "Install" push button. But I dont know how to make the judgement to proceed it. Anybody can help me?
Thanks.
Thanks.
(1) Reply
Nov 03, 2011
01:49 PM
Typically you would add multiple ControlEvents to your Next button which each execute an AddLocal ControlEvent if the relevant property was set by the CheckBox.
Something like:
AddLocal, FeatureA, CHK_FEATURE_A
AddLocal, FeatureB, CHK_FEATURE_B
Something like:
AddLocal, FeatureA, CHK_FEATURE_A
AddLocal, FeatureB, CHK_FEATURE_B