PDA

View Full Version : Restart Windows



NewsArchive
09-19-2007, 01:25 AM
I know this is probably obvious, but I can't find it. My installation
no longer requires Windows to be restarted. How do I turn off the
reboot request after installation?

Casey Rippon

NewsArchive
09-19-2007, 01:26 AM
Hi Casey,

If the installer asks for a reboot and you have *not* a function in your
script to programmatically reboot at the end of the installation, then a
restart *is* required in order to finalize your installation. In this case
the installer has to replace a locked (in-use) file. If you do not reboot,
then you have an incomplete installation.

Does this help?

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.5
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
09-20-2007, 01:55 AM
Fair enough, but what is the setting that gets the installer to ask for
a reboot?

Casey Rippon

NewsArchive
09-22-2007, 12:57 PM
Casey,

The installer automatically asks for a reboot if it replaced locked files.
If you do not then you have an incomplete installation.

To disable the reboot (*NOT RECOMMENDED*), you can use the "Set Installer
Flag" script function.

Set Installer Flag $SB_RESTARTFLAG$ to "0"

Does this help?

Friedrich

NewsArchive
09-25-2007, 01:28 AM
That certainly makes sense. Thanks, Friedrich.

Casey Rippon