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