Can you selectively hide/show the install screens?
For example, I have one (Before Installing) screen that asks "Do you want to create program shortcuts".
I have a subsequent screen that asks "Do you want to place a shortcut in the Startup folder".
The thing is, I do not want to show the Startup shortcut screen if the user has already decided not to create shortcuts. So I need some way to bypass this screen depending on the value of some session variable.
I had thought to tap into the Previous and Next events of the two screens around the screen in question, but it seems a hard way to go.
Is there a simpler way to do this?


