From 59f3e774ad359fe5c83edd322e4eb40b369b08f5 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Thu, 8 May 2025 14:23:40 +0200 Subject: [PATCH] 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 --- admin/win/msi/Nextcloud.wxs | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/win/msi/Nextcloud.wxs b/admin/win/msi/Nextcloud.wxs index 30939cd877..9e6a8c70f8 100644 --- a/admin/win/msi/Nextcloud.wxs +++ b/admin/win/msi/Nextcloud.wxs @@ -35,6 +35,7 @@ --> +