mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix(msi): force termination of stuck processes
Stopping the Windows Explorer process does not always work. Per default the MSI Restart Manager will display a warning message after a timeout, and not attempt to restart Explorer afterwards -- resulting in a black screen if no other window is open. Setting the property `MSIRMSHUTDOWN` to `1` will force the termination of the process when the timeout is reached, which finally allows the Explorer to be restarted. Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
b9f57fd254
commit
b7af3c7083
@ -46,6 +46,7 @@
|
||||
-->
|
||||
<MajorUpgrade Schedule="afterInstallExecute" AllowDowngrades="yes" />
|
||||
<Property Id="REINSTALLMODE" Value="dmus" />
|
||||
<Property Id="MSIRMSHUTDOWN" Value="1" />
|
||||
|
||||
<Media Id="1" Cabinet="$(var.AppShortName).cab" EmbedCab="yes" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user