I want to skip a dialog based on the Setup Type (or features) .....

If %_SB_DIALOGID% Equals "#5" Then
If %_SB_SETUPTYPEID% Equals "Shared on a Network" Then
skip this dialog
END
END

Does Cycle advance the dialog?

Paul MacFarlane