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..."));
|
wxLogStatus(_("Launching update..."));
|
||||||
|
|
||||||
wxString param(headless ? wxT("/qn ") : wxEmptyString);
|
wxString param(headless ? wxT("/qn /norestart ") : wxEmptyString);
|
||||||
|
|
||||||
// Package
|
// Package
|
||||||
param += wxT("/i \"");
|
param += wxT("/i \"");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user