Announcement

Collapse
No announcement yet.

Screens displaying according to option

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

  • Screens displaying according to option

    I want my setup to have a screen with several options available, which I have incorporated. However, when the user clicks next, it should take him to the screen he designated. For example, I have a screen with several radio selectors on it. One says continue with install, the other says abort. If the user selects continue, it will take him to the Select Directory screen. If he selects abort, it takes him to the abort screen. How do I achieve this?

  • #2
    Re: Screens displaying according to option

    Hi,
    What you should do is make the radio selectors set variables that you create, set them to TRUE if they are checked and set the default to FALSE. Say, for example you have two checkboxes that set %VAR1% or %VAR2% to TRUE if they are checked. Then what you do is on the next two screens set the condition. So if you only wanted a page to be visible if %VAR1% was checked, then set the condition to %VAR% = TRUE. That way only the correct pages will be displayed. The condition field can be found in the screen manager.
    I hope that this quick explanation helps, if you would like a more in depth explanation I can post that.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment

    Working...
    X