Announcement

Collapse
No announcement yet.

skiping a page

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mark
    replied
    Re: skiping a page

    Hi,

    There is no way to identify a screen using a variable, what you should do is simply put the following condition on your Radio Button screen:

    %InstallType%<>"Upgrade"

    Try that and it should work.

    mark.

    Leave a comment:


  • dan37_123
    started a topic skiping a page

    skiping a page

    hi,
    i have a kind of complicated install routine

    when the user selects upgrade. The routine should skip the next radio buttons screen.

    like if (%InstallType%=Upgrade)
    skip the next radio button screen.

    is there a way i can identify a screen with a variable. then this could be solved easily
Working...
X