diff --git a/Source/exehead/exec.c b/Source/exehead/exec.c index 36c1fa55..2bd57294 100644 --- a/Source/exehead/exec.c +++ b/Source/exehead/exec.c @@ -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);