PDA

View Full Version : "Or" Conditional



jgswcm
12-12-2012, 07:56 AM
Hello,

Does SetupBuilder have an "and" "or" conditional?

I'd like to show a Dialog if either one "Feature" or another "Feature" is selected during a Custom Install.

Ex:
If Feature "A" selected OR If Feature "B" selected Then
Show Wizard Dialog 3
Else
Hide Wizard Dialog 3
End

Thank you,
Joanne

linder
12-12-2012, 08:59 AM
Joanne,

The "If..." and "ElseIf..." Statements in SetupBuilder support the AND/OR options. The "If Feature..." Statement does not directly support it.

But you can use the following to handle it (see attached screenshot).

Friedrich

jgswcm
12-12-2012, 10:29 AM
Thank you Friedrich for this solution - it worked great :)

Joanne

linder
12-12-2012, 10:32 AM
Perfect :) You are welcome!

Friedrich