No need for force reboot, "Therefore, you should only use this flag in an emergency."
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2234 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f7998e1810
commit
d22c783b7f
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
}
|
||||
}
|
||||
|
||||
if (ExitWindowsEx(EWX_REBOOT|EWX_FORCE,0)) ExitProcess(0);
|
||||
if (ExitWindowsEx(EWX_REBOOT,0)) ExitProcess(0);
|
||||
|
||||
FreeLibrary(h);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue