mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
commit
dca59d3ab5
@ -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" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user