Silent installations should not restart computer any more
This commit is contained in:
parent
429cab9e20
commit
6434a51171
@ -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 \"");
|
||||
|
Loading…
x
Reference in New Issue
Block a user