Prevent auto restart after LibreOffice install (#13680)
Commit 815c9aa9e4
(PR #1210) fixed this for the 6.4 version manifest file.
This change adds the `/qn /norestart` to the 7.0 manifest files where it is missing, resulting in an unprompted PC restart on upgrade.
Fixes #1154
This commit is contained in:
@@ -45,6 +45,9 @@ License: Mozilla Public License Version 2.0
|
|||||||
LicenseUrl: https://www.libreoffice.org/about-us/licenses
|
LicenseUrl: https://www.libreoffice.org/about-us/licenses
|
||||||
PackageVersion: 7.0.5
|
PackageVersion: 7.0.5
|
||||||
InstallerType: msi
|
InstallerType: msi
|
||||||
|
InstallerSwitches:
|
||||||
|
Silent: /qn /norestart
|
||||||
|
SilentWithProgress: /qn /norestart
|
||||||
Installers:
|
Installers:
|
||||||
- Architecture: x64
|
- Architecture: x64
|
||||||
InstallerUrl: https://download.documentfoundation.org/libreoffice/stable/7.0.5/win/x86_64/LibreOffice_7.0.5_Win_x64.msi
|
InstallerUrl: https://download.documentfoundation.org/libreoffice/stable/7.0.5/win/x86_64/LibreOffice_7.0.5_Win_x64.msi
|
||||||
|
Reference in New Issue
Block a user