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
- :
- Restarting Computer Mid Install
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
‎Oct 03, 2007
09:00 AM
Restarting Computer Mid Install
Is it possible to force a reboot during the install with InstallScript? I see MSI's can use a ForceReboot action, but nothing in the help or searching this forum on the subject.
I basically want to install SQL Server/SP2, reboot, and then complete the install in OnRebooted().
Thanks!
I basically want to install SQL Server/SP2, reboot, and then complete the install in OnRebooted().
Thanks!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2007
09:08 AM
Following up after some more searching:
System ( SYS_BOOTMACHINE );
Do (EXIT);
Going to try this. Anyone had success with it? I'll post back results.
System ( SYS_BOOTMACHINE );
Do (EXIT);
Going to try this. Anyone had success with it? I'll post back results.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2007
09:26 AM
Just be careful with this. I would make sure the reboot is done before any file transfer occure or registry keys are created.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 04, 2009
01:17 PM
This worked for me, but OnRebooted does not work. Any tips on this, please?
Thank you,
Masha
Thank you,
Masha
m.rudolph wrote:
Following up after some more searching:
System ( SYS_BOOTMACHINE );
Do (EXIT);
Going to try this. Anyone had success with it? I'll post back results.
