From 8fbcf907b243bc583ba83cc31f01b74f4faa4cde Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 29 Mar 2025 10:14:30 -0400 Subject: [PATCH] build: windows Installer runs Deskflow as a user not admin post install, after Finish --- deploy/windows/wix-patch.xml.in | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/deploy/windows/wix-patch.xml.in b/deploy/windows/wix-patch.xml.in index b8f53cd94..403730e29 100644 --- a/deploy/windows/wix-patch.xml.in +++ b/deploy/windows/wix-patch.xml.in @@ -39,6 +39,13 @@ + + + @@ -64,10 +73,6 @@ Action="ShowVCRedistError" Before="InstallInitialize" Condition="NOT Installed AND (NOT VC_REDIST_INSTALLED OR NOT VC_REDIST_VERSION_OK)" /> -