This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Do ScheduleReboot and Quiet Installation have problem working together?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 28, 2008
10:27 AM
Do ScheduleReboot and Quiet Installation have problem working together?
Hi,
I want my installation to reboot after installing, on some condition (a key in the Registry should have a certain value to satisfy the condition).
I also want the reboot to occur regardless of whether the installation runs on Reduced UI or Quiet Mode.
I added a ScheduleReboot with a proper condition to the UI sequence.
When the installation runs on Reduced UI mode, it completes installing, then it displays a dialogue asking the user to confirm a reboot. That behavior is what I want.
However, when I run the installation on Quiet Mode, it completes installing but displays no dialogue (as expected), AND doesn't initiate a reboot.
Why? The reboot should occur automatically here, right?
I tried setting REBOOTPROMPT to Suppress. It did what it supposed to on Reduced UI Mode (no dialogue was displayed and a reboot occured), but the behavior of the installation on Quiet Mode was as before: no dialogue and no reboot.
Any ideas?
Thanks
I want my installation to reboot after installing, on some condition (a key in the Registry should have a certain value to satisfy the condition).
I also want the reboot to occur regardless of whether the installation runs on Reduced UI or Quiet Mode.
I added a ScheduleReboot with a proper condition to the UI sequence.
When the installation runs on Reduced UI mode, it completes installing, then it displays a dialogue asking the user to confirm a reboot. That behavior is what I want.
However, when I run the installation on Quiet Mode, it completes installing but displays no dialogue (as expected), AND doesn't initiate a reboot.
Why? The reboot should occur automatically here, right?
I tried setting REBOOTPROMPT to Suppress. It did what it supposed to on Reduced UI Mode (no dialogue was displayed and a reboot occured), but the behavior of the installation on Quiet Mode was as before: no dialogue and no reboot.
Any ideas?
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 29, 2008
06:04 PM
For quiet installations (/qn), the install UI sequence is not run. Therefore, any actions present in the UI sequence will be skipped. To ensure the ScheduleReboot action is run if necessary, it should be sequenced and conditioned in the install execute sequence.
