Finish Dialog Multiple Run Now Checkboxes
Finish Dialog Multiple Run Now Checkboxes
I have an installer that is installing a suite of applications. On the finish dialog there is the Run Now checkbox. I'd like to add another to start a different application on finish. However, I can't see to figure out how to bind the checkbox controls to different variables. The existing checkbox seems to be bound to the RunApp variable. How would I add a 2nd and bind it to a completely different variable?
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Finish Dialog Multiple Run Now Checkboxes
Dear User,
that's easy!
- declare a new custom variable in your script to hold the value of an additional check-box (... before the Display finish dialog call)
- add an extra check-box to your finish dialog (using the Dialog Editor tool).
- bind the variable to the extra check-box (double click the check-box to define the control Behavior).
- Finally, check the value of the custom variable to conditionally execute your application in your script.
Hope this helps you.
Regards
that's easy!
- declare a new custom variable in your script to hold the value of an additional check-box (... before the Display finish dialog call)
- add an extra check-box to your finish dialog (using the Dialog Editor tool).
- bind the variable to the extra check-box (double click the check-box to define the control Behavior).
- Finally, check the value of the custom variable to conditionally execute your application in your script.
Hope this helps you.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: No registered users and 98 guests