cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gridman
Level 8

Conditionally displaying dialog based on feature

I am doing a Basic MSI installation and I would like to conditionally display a dialog box based on where the user has selected a specfic feature for install. If the user is installing the feature, then I want to display the dialog. If he's not installing the feature, don't display the dialog.

How would you do this? By setting a property to true if a feature has been selected for install?
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Please see the MSI help topic "Conditional Statement Syntax" for information about the &FeatureName=3 type of condition, which enables you to determine a feature's state...
0 Kudos