From 5ca740b43c6ca30cf6aa93801a76c3fb7c4b4f16 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 24 Dec 2024 20:55:16 +0000 Subject: [PATCH] feat: add custom action to set PATH environment variable and show thank you message during installation --- InfrastructureAgent/windows/app-amd64-template.wxs | 10 ++++++++-- InfrastructureAgent/windows/app-arm64-template.wxs | 11 +++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/InfrastructureAgent/windows/app-amd64-template.wxs b/InfrastructureAgent/windows/app-amd64-template.wxs index 8778e3abd7..16b65cd5cb 100644 --- a/InfrastructureAgent/windows/app-amd64-template.wxs +++ b/InfrastructureAgent/windows/app-amd64-template.wxs @@ -47,7 +47,6 @@ Source='binary_placeholder' KeyPath='yes' /> - @@ -57,12 +56,19 @@ + + + + - NOT Installed + + NOT Installed + NOT Installed + \ No newline at end of file diff --git a/InfrastructureAgent/windows/app-arm64-template.wxs b/InfrastructureAgent/windows/app-arm64-template.wxs index f5d32b11f8..1f6cc1f4df 100644 --- a/InfrastructureAgent/windows/app-arm64-template.wxs +++ b/InfrastructureAgent/windows/app-arm64-template.wxs @@ -47,7 +47,7 @@ Source='binary_placeholder' KeyPath='yes' /> - + @@ -57,12 +57,19 @@ + + + + - NOT Installed + + NOT Installed + NOT Installed + \ No newline at end of file