cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Data54
Level 2

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
Labels (1)
0 Kudos
(2) Replies
bertlM
Level 3

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?
0 Kudos
Data54
Level 2

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.
0 Kudos