From 1a5c1039ffb73edad007fd9ecaff8b08e335f1b3 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 22 May 2021 20:59:32 +0200 Subject: [PATCH] Prevent auto restart after LibreOffice install (#13775) Commit 815c9aa9e4d2fe8e83698cf0df3444f6b44ab2c4 (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 --- .../LibreOffice/7.1.3.2/LibreOffice.LibreOffice.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/l/LibreOffice/LibreOffice/7.1.3.2/LibreOffice.LibreOffice.yaml b/manifests/l/LibreOffice/LibreOffice/7.1.3.2/LibreOffice.LibreOffice.yaml index 4cfa7d0cb..a15e779f6 100644 --- a/manifests/l/LibreOffice/LibreOffice/7.1.3.2/LibreOffice.LibreOffice.yaml +++ b/manifests/l/LibreOffice/LibreOffice/7.1.3.2/LibreOffice.LibreOffice.yaml @@ -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