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
- :
- Re: Limiting Feature Selection
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
‎Apr 07, 2014
09:54 AM
Limiting Feature Selection
I have an application with plugins and I only want the user to install 1 of them at any given time, right now each plugin is it's own feature, anyone know how I would go about doing this?
Current Feature Tree:
Application
-Plugins
----Plugin1
-------V1
----Plugin2
-------V1
If Plugin1 V1 is selected, it should automatically deselect any other Plugin1/Plugin2 Versions. Is it possible to do this with the normal feature selector, or would I be better off making a custom dialog with a Listbox?
Thanks
Current Feature Tree:
Application
-Plugins
----Plugin1
-------V1
----Plugin2
-------V1
If Plugin1 V1 is selected, it should automatically deselect any other Plugin1/Plugin2 Versions. Is it possible to do this with the normal feature selector, or would I be better off making a custom dialog with a Listbox?
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 09, 2014
09:19 AM
The standard feature selection dialog does not refresh itself.
Instead you could "clone" and recall the dialog as described here: http://setupprogram.blogspot.de/2012/09/condition-based-dynamic-feature.html.
Or you build up your own dialog...maybe try InstallScript?
Instead you could "clone" and recall the dialog as described here: http://setupprogram.blogspot.de/2012/09/condition-based-dynamic-feature.html.
Or you build up your own dialog...maybe try InstallScript?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 10, 2014
01:45 PM
bertlM wrote:
The standard feature selection dialog does not refresh itself.
Instead you could "clone" and recall the dialog as described here: http://setupprogram.blogspot.de/2012/09/condition-based-dynamic-feature.html.
Or you build up your own dialog...maybe try InstallScript?
Ok, thanks. I'll give that a shot or make my own. I might just end up giving them a listbox and tying in some installscript logic off that, there will only ever be 1 plugin installed. The only thing that I'm worried about is the upgrade/modify getting messed up.
