From e6d2e5fe6ee6ca9d9e82e679836a59edafa94946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20V=C3=A4nttinen?= Date: Tue, 24 Oct 2023 06:23:20 +0300 Subject: [PATCH] Fix terminating KeePassXC processes with MSI installer (#9822) --- share/windows/wix-template.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/share/windows/wix-template.xml b/share/windows/wix-template.xml index ae937ce70..add2af297 100644 --- a/share/windows/wix-template.xml +++ b/share/windows/wix-template.xml @@ -92,6 +92,9 @@ + + + @@ -116,12 +119,17 @@ - - - + + + + + + + +