PDA

View Full Version : Setupbuilder Dev v5.6.1666



NewsArchive
02-02-2007, 09:30 AM
ok...i give...how do i prevent the "Must Reboot" message from appearing
after installation?

tia,
-p

NewsArchive
02-02-2007, 09:31 AM
Pratik,

If the installer displays the "Must Reboot" message, then you have to reboot
the machine to complete the installation. The machine needs a reboot to
replace "in-use" files.

What you can do is to make sure you are not replacing in-use files. There
are several built-in functions to do this (e.g. "Check In-Use Files",
"Check In-Use Folder Tree", "Set Delayed File Install".

If you are sue you don't need a reboot even if the installer replaced in-use
files, just add the following (to the end) of your script.

Set Installer Flag $SB_RESTARTFLAG$ to "0"

Does this help?

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

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

NewsArchive
02-02-2007, 10:16 AM
that did it. thx friedrich!


-p

NewsArchive
02-02-2007, 10:17 AM
Great! You are welcome.

Friedrich