From c3bba741079e0dd5d22395e63783ded06b268fa0 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 3 Jan 2025 17:15:25 +0000 Subject: [PATCH] feat: update product name for amd64 and remove unnecessary custom actions from installer --- .../windows/app-amd64-template.wxs | 15 +-------------- .../windows/app-arm64-template.wxs | 14 -------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/InfrastructureAgent/windows/app-amd64-template.wxs b/InfrastructureAgent/windows/app-amd64-template.wxs index e943d042f7..1e3dbc40d0 100644 --- a/InfrastructureAgent/windows/app-amd64-template.wxs +++ b/InfrastructureAgent/windows/app-amd64-template.wxs @@ -1,7 +1,7 @@ - - - - - - - - - - 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 a22be0ecb1..2aa054f2a1 100644 --- a/InfrastructureAgent/windows/app-arm64-template.wxs +++ b/InfrastructureAgent/windows/app-arm64-template.wxs @@ -47,7 +47,6 @@ Source='binary_placeholder' KeyPath='yes' /> - @@ -56,18 +55,5 @@ - - - - - - - - - - NOT Installed - NOT Installed - - \ No newline at end of file