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
- :
- Feature not selected by default
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
‎Aug 05, 2008
03:23 PM
Feature not selected by default
Hi guys
When I used to use the installshield 11 I was able to make some features 'unselected' by default.
Now, I'm using the Installshied 2008 and I can't do it. All feature come selected and the user need it deselect. I just want some features to come 'unselect' and I can't do it.
Anyone can help me?
Thanks
Biruel
When I used to use the installshield 11 I was able to make some features 'unselected' by default.
Now, I'm using the Installshied 2008 and I can't do it. All feature come selected and the user need it deselect. I just want some features to come 'unselect' and I can't do it.
Anyone can help me?
Thanks
Biruel
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 05, 2008
03:59 PM
What kind of project? For InstallScript, you can remove the unwanted feature from one or more setup types; for MSI, you can set the feature's Install Level to a value greater than the the global INSTALLLEVEL value (normally 100).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 05, 2008
08:38 PM
RobertDickau wrote:
What kind of project? For InstallScript, you can remove the unwanted feature from one or more setup types; for MSI, you can set the feature's Install Level to a value greater than the the global INSTALLLEVEL value (normally 100).
Hi Robert, my project is a msi project, sorry to not told before, I used installlevel=101 and work fine.
Thanks a lot, you did help me a lot.
Thanks
Biruel