Page 1 of 1
Disable \"Run program now\"
Posted: Fri Feb 02, 2007 8:25 am
by hsiao369
How to disable "Run program now" from finish dialog?
My InstallAware is Developer edition.
Thank's
Posted: Fri Feb 02, 2007 9:32 pm
by MichaelNesmith
I don't think it can be disabled in Developer - sorry. You will need dialog editing to get rid of the check-box or to toggle its enabled/disabled state.
Posted: Wed Apr 04, 2007 10:59 am
by rocketboy
How do you disable/enable it's state?
Can you do it programmatically, so the same dialog template can be used across projects?
For example, we use the same dialog templates to install normal applications as well as services. We want to hide/disable the Run Program check box on the finish dialog for services.
Can you provide a simple code example on how to do this?