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 can I detect during UI Sequence selected or deselected features in Basic MSI
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 24, 2013
05:19 PM
How can I detect during UI Sequence selected or deselected features in Basic MSI
I am working on Basic MSI Installer with multiple features. After user makes feature selection (install certain feature or not), in UI Sequence I need either display or not display additional dialogs. Apparently, in InstallScript it is easy, but in Basic MSI looks like it's a headache.
Is there any way to do it?
Thanks in advance!
Is there any way to do it?
Thanks in advance!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 25, 2013
11:10 AM
borik_k wrote:
I am working on Basic MSI Installer with multiple features. After user makes feature selection (install certain feature or not), in UI Sequence I need either display or not display additional dialogs. Apparently, in InstallScript it is easy, but in Basic MSI looks like it's a headache.
Is there any way to do it?
Thanks in advance!
This blog has some information on the basic process of how to conditionally do stuff from 'Next' buttons based on feature selections:
http://blogs.flexerasoftware.com/installtalk/2011/07/old-jokes-and-feature-selections.html
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 14, 2014
06:52 PM
Thank you!