From a316c7636484fa34fc0e763a29302a82e4895399 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 31 Aug 2020 09:59:20 -0700 Subject: [PATCH] Update generatemsi.ps1 --- src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 index 6939eb990..8e3f2b965 100644 --- a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 +++ b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 @@ -25,7 +25,7 @@ function RunHeat Write-Information "Running heat.." - # -t $StableFileIdForApphostTransform to avoid sign check baseline apphost.exe name changes every build. Sign check uses File Id in MSI as whitelist name. + # -t $StableFileIdForApphostTransform to avoid sign check baseline apphost.exe name changes every build. Sign check uses File Id in MSI as exception list name. # Template apphost.exe get a new "File Id" in msi different every time (since File Id is generated according to file # path, and file path has version number) # use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time.