From 7312e95dc56fb63ca57fffea6698514b2e0b77ee Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 22 May 2021 15:40:30 +0200 Subject: [PATCH] Prevent auto restart after LibreOffice install Commit 815c9aa9e4d2fe8e83698cf0df3444f6b44ab2c4 (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 --- .../LibreOffice/LibreOffice/7.0.5/LibreOffice.LibreOffice.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/l/LibreOffice/LibreOffice/7.0.5/LibreOffice.LibreOffice.yaml b/manifests/l/LibreOffice/LibreOffice/7.0.5/LibreOffice.LibreOffice.yaml index a779b0d52b45..86450febe758 100644 --- a/manifests/l/LibreOffice/LibreOffice/7.0.5/LibreOffice.LibreOffice.yaml +++ b/manifests/l/LibreOffice/LibreOffice/7.0.5/LibreOffice.LibreOffice.yaml @@ -45,6 +45,9 @@ License: Mozilla Public License Version 2.0 LicenseUrl: https://www.libreoffice.org/about-us/licenses PackageVersion: 7.0.5 InstallerType: msi +InstallerSwitches: + Silent: /qn /norestart + SilentWithProgress: /qn /norestart Installers: - Architecture: x64 InstallerUrl: https://download.documentfoundation.org/libreoffice/stable/7.0.5/win/x86_64/LibreOffice_7.0.5_Win_x64.msi