From 12cefdb7d544d55cd27760f125e2e44871a0d6f8 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sat, 29 Jun 2019 18:34:19 -0400 Subject: [PATCH] Correct application shortcut created by MSI Installer (#3296) * Add launch app after install to MSI Installer * The last page of the MSI installer includes a checkbox to launch KeePassXC after finish --- share/windows/wix-patch.xml | 5 ---- share/windows/wix-template.xml | 51 ++++++++++++++++++++++++++-------- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/share/windows/wix-patch.xml b/share/windows/wix-patch.xml index 205ffa352..4d01d68ce 100644 --- a/share/windows/wix-patch.xml +++ b/share/windows/wix-patch.xml @@ -1,10 +1,5 @@ - - - diff --git a/share/windows/wix-template.xml b/share/windows/wix-template.xml index 44cab1641..9693d6344 100644 --- a/share/windows/wix-template.xml +++ b/share/windows/wix-template.xml @@ -37,29 +37,56 @@ + + + + - - - + + + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed + - + + + - - - + + + + + + + - - - + + + + + + + + + + + + - - + + Installed Installed