Prevent auto restart after LibreOffice install (#13775)

Commit 815c9aa9e4 (PR #1210) fixed this for the 6.4 version manifest file.

This change adds the `/qn /norestart` to the 7.1 manifest files where it is missing, resulting in an unprompted PC restart on upgrade.

Fixes #1154
This commit is contained in:
Jan Klass
2021-05-22 20:59:32 +02:00
committed by GitHub
parent 92ca710602
commit 1a5c1039ff

View File

@@ -45,6 +45,9 @@ License: Mozilla Public License Version 2.0
LicenseUrl: https://www.libreoffice.org/about-us/licenses
PackageVersion: 7.1.3.2
InstallerType: msi
InstallerSwitches:
Silent: /qn /norestart
SilentWithProgress: /qn /norestart
Installers:
- Architecture: x64
InstallerType: msi