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