From 6434a51171e77d655ace8609c60acb0ad17e01b7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 22 Jul 2016 01:12:18 +0200 Subject: [PATCH] Silent installations should not restart computer any more --- Updater/src/chkthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updater/src/chkthread.cpp b/Updater/src/chkthread.cpp index 2445992..978159f 100644 --- a/Updater/src/chkthread.cpp +++ b/Updater/src/chkthread.cpp @@ -511,7 +511,7 @@ bool wxUpdCheckThread::LaunchUpdate(WXHWND hParent, bool headless) { wxLogStatus(_("Launching update...")); - wxString param(headless ? wxT("/qn ") : wxEmptyString); + wxString param(headless ? wxT("/qn /norestart ") : wxEmptyString); // Package param += wxT("/i \"");