This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
How do I disable the "Reboot now" Dialog?
Started by
newport
, Oct 04 2002 17:17
6 replies to this topic
newport
newport
Members
13 posts
Posted 04 October 2002 - 17:17
I'm using InstallShied 6.3.. I force a reboot when the install finishes because I am installing a driver. I do not want to ask the user to reboot. InstallShield only prompts 50% of the time the install is run but I want it to disapear all together
I already removed SdFinishReboot from the script and do force the reboot and yup, I do let the user know There must be a flag somewhere to set to stop it from displaying the dialog.
Try to set BATCH_INSTALL to FALSE at the last possible position in the Script BEFORE it is rebooting.
When InstallShield finds an file which can not be updated because it is locked, it sets BATCH_INSTALL = TRUE; I had to set this manually, to ensure that the reboot is always required, because of silent setup