Merge pull request #8347 from nextcloud/bugfix/no-more-msi-reboots

fix(msi): set the REBOOT property in the MSI
This commit is contained in:
Jyrki Gadinger 2025-06-04 11:06:11 +02:00 committed by GitHub
commit dca59d3ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@
<MajorUpgrade Schedule="afterInstallExecute" AllowDowngrades="yes" />
<Property Id="REINSTALLMODE" Value="dmus" />
<Property Id="MSIRMSHUTDOWN" Value="1" />
<Property Id="REBOOT" Value="ReallySuppress" />
<Media Id="1" Cabinet="$(var.AppShortName).cab" EmbedCab="yes" />