PDA

View Full Version : Silent Install without rebooting



Günter Siegismund
06-11-2007, 11:21 AM
Hello,

I do a "Silent Install" with command line options but I want to prevent my installation from rebooting my PC automatically without interaction.
How can I do that?

Tia,
Günter.

linder
06-11-2007, 11:51 PM
Günter,

If you would like to completely disable rebooting, add the following function to the end) of your script.

Set Installer Flag $SB_RESTARTFLAG$ to "0"

Please note that the installer only asks to reboot the machine if this is required (e.g. to replace a locked file). If you suppress a reboot then you have an incomplete installation.

HTH,
Friedrich