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:
kichik 2003-03-04 17:23:59 +00:00
parent f7998e1810
commit d22c783b7f

View file

@ -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);