Page 1 of 1
Reboot Computer Check
Posted: Fri Sep 16, 2005 10:21 am
by Joe
if i look "finish" dialog preview i see "Reboot computer now" check, but i don't see where enable it: the compiled project show me only "Run MyProgram now" check. Can anyone help me ?
Regards,
Joe
Posted: Fri Sep 16, 2005 12:12 pm
by sinan
If the Apply Install command sets the SUCCESS variable to REBOOT, the dialog will display the Reboot Now checkbox. Of course, this is jut the default behavior in the setup scripts. You may customize it as you see fit.
Posted: Fri Sep 16, 2005 3:32 pm
by Joe
sinan wrote:If the Apply Install command sets the SUCCESS variable to REBOOT, the dialog will display the Reboot Now checkbox. Of course, this is jut the default behavior in the setup scripts. You may customize it as you see fit.
Perfect.
Thankyou very much,
Joe