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
- :
- how to force restart the computer automatically(without asking user)?
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
‎Jul 11, 2008
12:08 AM
how to force restart the computer automatically(without asking user)?
I'm now working on a in InstallScript project.
I wanna force the automatic reboot without asking user want to restart now or later.
is SYS_BOOTMACHINE ok for this? i try it but doesn't work.
thanks in advance for any ideas and helps
I wanna force the automatic reboot without asking user want to restart now or later.
is SYS_BOOTMACHINE ok for this? i try it but doesn't work.
thanks in advance for any ideas and helps
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 11, 2008
01:00 AM
use
System ( nOp );
nop=SYS_BOOTMACHINE
it will forcefully restart the system.
System ( nOp );
nop=SYS_BOOTMACHINE
it will forcefully restart the system.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 11, 2008
01:15 AM
works! thanks a lot