I have a screen where the user can select from three features to install - this screen uses check boxes. In the After screen, I have three if statements telling setup to execute files depending on which check boxes are checked. My problem is that all of these if statements run at the same time. If the first box is checked, it runs a setup program. If the second box is checked also, the second setup program runs at the same time. How can I get the second and third setup programs to not run until the first is finished.
Announcement
Collapse
No announcement yet.
Running More Than One Action
Collapse
X
Comment