Posted 13 November 2002 - 02:04
You're headed in the right direction. As far as I know, you just have to manually edit the events for each dialog.
Let's say you have two dialogs A and B. You set the Next button event in Dialog A to open Dialog B. And you set the Back button event in Dialog B to open Dialog A.
In InstallShield Dev 8, you can see what dialogs are tied together by looking Sequences view under Behavior and Logic. Expand Installation, User Interface, and InstallWelcome (assuming InstallWelcome is the first dialog).
If anyone knows of an easier method, I'd love to hear it.