jfuhr
Posts: 41
Joined: Wed Mar 19, 2008 4:52 pm

Show Dialog based on the selected Feature

Is it possible (in v.6.8) to display a dialog only when a specific feature is selected?

For example, I have two features, "Client Install" and "Server Install".

If the user selects Server Install, I need to show the SQL Connection Dialog. They should not see it if they select Client.
Bogdan
Posts: 2791
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Show Dialog based on the selected Feature

Hi,

Here is a How To on conditionally displaying a dialog box.
If you have any questions feel free to ask.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jfuhr
Posts: 41
Joined: Wed Mar 19, 2008 4:52 pm

Re: Show Dialog based on the selected Feature

Thank you, this worked.

It took me a bit to figure out how to determine the feature state.

FYI for others who might looking and to save some time, use '&FeatureName = 3' to determine if it will be installed.

Return to “Common Problems”