From 64bba9246b3992042cfdd1512db036add5648182 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 24 Dec 2024 20:07:08 +0000 Subject: [PATCH] Add thank you message and UI reference to installation templates --- InfrastructureAgent/windows/app-amd64-template.wxs | 8 ++++++++ InfrastructureAgent/windows/app-arm64-template.wxs | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/InfrastructureAgent/windows/app-amd64-template.wxs b/InfrastructureAgent/windows/app-amd64-template.wxs index 2bbd6a6665..8778e3abd7 100644 --- a/InfrastructureAgent/windows/app-amd64-template.wxs +++ b/InfrastructureAgent/windows/app-amd64-template.wxs @@ -56,5 +56,13 @@ + + + + + + + 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 d4c28f98d5..f5d32b11f8 100644 --- a/InfrastructureAgent/windows/app-arm64-template.wxs +++ b/InfrastructureAgent/windows/app-arm64-template.wxs @@ -56,5 +56,13 @@ + + + + + + + NOT Installed + \ No newline at end of file