cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Happy_Days
Level 7

InstallScript Project - Reboot

Hello, I am creating InstallScript type project and launching several exe's/msi (in-house and vendor supplied) using LaunchAppAndWait function. There are almost 15 such setups which I am reading from the XML file and launching them, hence I cannot make them part of Features and files.

These setups (launched via LaunchAppAndWait function) may cause the system to reboot. I want to know if there is any method to suppress all the reboot(s) during installation and push it to end?

My setup also installs .Net Framework/Adobe Reader 8.0 even before Welcome Dialog box and I need to take care of there reboot also and move it to end.

Thanks for your time 😉
Labels (1)
0 Kudos
(1) Reply
esiemiat
Level 9

The method would differ for each install based on the type of install it is. For Windows Installer setups you can use the /norestart switch, but for InstallScrit installations you will need to record the install and select not to reboot.
0 Kudos