Silent installations should not restart computer any more

This commit is contained in:
Simon Rozman 2016-07-22 01:12:18 +02:00
parent 429cab9e20
commit 6434a51171

View File

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