Skip to content

Commit

Permalink
Prevent auto restart after LibreOffice install
Browse files Browse the repository at this point in the history
Commit 815c9aa (PR microsoft#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 microsoft#1154
  • Loading branch information
Kissaki committed May 22, 2021
1 parent 5603212 commit 6af135f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6af135f

Please sign in to comment.