diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-05-03 21:14:52 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-05-11 19:11:19 -0500 |
commit | a2f2036c8598efcb434eebeeacd7ede84ab60dfe (patch) | |
tree | 271e07336a3eb394f5f9fe4c2da0973d2b3193dc /src/burn/engine/engine.mc | |
parent | 2f4287fdcee83b30e0f7f3ce548bcdff2ee85e1f (diff) | |
download | wix-a2f2036c8598efcb434eebeeacd7ede84ab60dfe.tar.gz wix-a2f2036c8598efcb434eebeeacd7ede84ab60dfe.tar.bz2 wix-a2f2036c8598efcb434eebeeacd7ede84ab60dfe.zip |
Cache packages that will be present for CACHE/INSTALL overall actions.
During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present.
Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments.
#5125
Diffstat (limited to 'src/burn/engine/engine.mc')
-rw-r--r-- | src/burn/engine/engine.mc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index 84046314..929bf67a 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc | |||
@@ -314,7 +314,7 @@ MessageId=201 | |||
314 | Severity=Success | 314 | Severity=Success |
315 | SymbolicName=MSG_PLANNED_PACKAGE | 315 | SymbolicName=MSG_PLANNED_PACKAGE |
316 | Language=English | 316 | Language=English |
317 | Planned package: %1!ls!, state: %2!hs!, default requested: %3!hs!, ba requested: %4!hs!, execute: %5!hs!, rollback: %6!hs!, cache: %7!hs!, uncache: %8!hs!, dependency: %9!hs!, expected install registration state: %10!hs!, expected cache registration state: %11!hs! | 317 | Planned package: %1!ls!, state: %2!hs!, default requested: %3!hs!, ba requested: %4!hs!, execute: %5!hs!, rollback: %6!hs!, default cache strategy: %7!hs!, ba requested strategy: %8!hs!, cache: %9!hs!, uncache: %10!hs!, dependency: %11!hs!, expected install registration state: %12!hs!, expected cache registration state: %13!hs! |
318 | . | 318 | . |
319 | 319 | ||
320 | MessageId=202 | 320 | MessageId=202 |