
happybdayin1.5524942609803462E12 asked a question.
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 ;)