aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.mc
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-09-15 12:17:47 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-09-15 14:14:04 -0500
commita470bbc209dff298dbf86a29393d6a2a8b768dc8 (patch)
tree7592437afb9bee4751d2e3393c655876b7c62077 /src/burn/engine/engine.mc
parent95e8b1be902cce3b5a394066a62e0c32d0688261 (diff)
downloadwix-a470bbc209dff298dbf86a29393d6a2a8b768dc8.tar.gz
wix-a470bbc209dff298dbf86a29393d6a2a8b768dc8.tar.bz2
wix-a470bbc209dff298dbf86a29393d6a2a8b768dc8.zip
Ignore cache bundle failure if it already exists in the package cache.
Fixes 6848
Diffstat (limited to 'src/burn/engine/engine.mc')
-rw-r--r--src/burn/engine/engine.mc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc
index cebd1325..39aea60e 100644
--- a/src/burn/engine/engine.mc
+++ b/src/burn/engine/engine.mc
@@ -862,6 +862,13 @@ Language=English
862Cached non-vital package: %1!ls!, encountered error: 0x%2!x!. Continuing... 862Cached non-vital package: %1!ls!, encountered error: 0x%2!x!. Continuing...
863. 863.
864 864
865MessageId=345
866Severity=Warning
867SymbolicName=MSG_IGNORING_CACHE_BUNDLE_FAILURE
868Language=English
869Ignoring failure to cache bundle because the file already exists, encountered error: 0x%1!x!. Continuing...
870.
871
865MessageId=346 872MessageId=346
866Severity=Warning 873Severity=Warning
867SymbolicName=MSG_CACHE_RETRYING_PACKAGE 874SymbolicName=MSG_CACHE_RETRYING_PACKAGE