From f4b561ac64fe5d01b5f0a0ff695d06a2da5e70ba Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 14 Jul 2025 11:08:19 -0400 Subject: [PATCH] feat: windows/installer add option to run deskflow after install for silent installs fixes #8351 adjust installer background image to fit better in this case --- deploy/windows/wix-patch.xml.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/windows/wix-patch.xml.in b/deploy/windows/wix-patch.xml.in index 54a58902e..fdc1ddfb0 100644 --- a/deploy/windows/wix-patch.xml.in +++ b/deploy/windows/wix-patch.xml.in @@ -44,7 +44,9 @@ Control="Finish" Event="DoAction" Value="RunDeskflow" - Condition= "NOT Installed" /> + Condition= "WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed" /> + +