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 set a Feature as Unchecked by defaul
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 03, 2009
02:13 PM
How to set a Feature as Unchecked by defaul
Hi
I'm using a sdFeatureDialog2 and would like the features displayed in to be unchecked by default (or to individually set them to default to checked or unchecked). I can't seem find a solution to this that works in IS2010.
Any ideas?
I'm using a sdFeatureDialog2 and would like the features displayed in to be unchecked by default (or to individually set them to default to checked or unchecked). I can't seem find a solution to this that works in IS2010.
Any ideas?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 03, 2009
02:51 PM
For an InstallScript project, perhaps call FeatureSelectItem to turn features on or off before showing the feature-selection dialog box?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 03, 2009
04:20 PM
Thanks! That just what I wanted. 🙂