Ensure finalizer.exe is always cached (#13388)
This commit is contained in:
parent
211f57e0fb
commit
faa618ce2d
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@
|
|||
being installed.
|
||||
-->
|
||||
<ExePackage SourceFile="$(var.FinalizerExeSourcePath)"
|
||||
Cache="always"
|
||||
DetectCondition="WixBundleAction >= 3"
|
||||
Id="Finalizer"
|
||||
InstallCondition="WixBundleAction >= 4"
|
||||
|
|
Loading…
Add table
Reference in a new issue