v.rooijen
Posts: 9
Joined: Tue Jun 26, 2012 7:44 am

Show only if

I have two features and three dialogs

client feature
server feature

browse iis dialog (for client feature)
sql connection dialog (for server feature)
logon information dialog (for server feature)

As you can imagine, I want to show the iis dialog when the user selects the client feature
And I want to show the sql and logon dialogs when the user selects the server feature

This is achievable by using the "Show only if" option on the dialog and select feature is installed (&Feature = 3)

What I can't get working is:
When the user selects both the client and server feature, all three dialogs should be shown.

The Show only if condition should be correct, because the feature is installed and will return true, however, after the first dialog, the user returns to the VerifyReadyDlg
v.rooijen
Posts: 9
Joined: Tue Jun 26, 2012 7:44 am

Re: Show only if

Ok, I have found the solution at

http://www.advancedinstaller.com/forums ... =2&t=20149

However as mentioned it's just a little cumbersome if you have multiple features and dialogs, maybe a nice feature request? :)
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Show only if

Hello,

Please keep in mind that a "Show only if..." subchain allow you to select what dialogs will be displayed and also, in what order it will be displayed when a condition is true.

If you have any question or suggestion about this let us know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”