Ensure finalizer.exe is always cached (#13388)

This commit is contained in:
Jacques Eloff 2022-03-10 12:23:35 -08:00 committed by GitHub
parent 211f57e0fb
commit faa618ce2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,6 +216,7 @@
being installed.
-->
<ExePackage SourceFile="$(var.FinalizerExeSourcePath)"
Cache="always"
DetectCondition="WixBundleAction >= 3"
Id="Finalizer"
InstallCondition="WixBundleAction >= 4"