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

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!
Labels (1)
0 Kudos
(2) Replies
Cary_R
Level 11

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

Thank you!
0 Kudos