diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-09-15 12:17:47 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-09-15 14:14:04 -0500 |
commit | a470bbc209dff298dbf86a29393d6a2a8b768dc8 (patch) | |
tree | 7592437afb9bee4751d2e3393c655876b7c62077 /src/burn/engine/engine.mc | |
parent | 95e8b1be902cce3b5a394066a62e0c32d0688261 (diff) | |
download | wix-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.mc | 7 |
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 | |||
862 | Cached non-vital package: %1!ls!, encountered error: 0x%2!x!. Continuing... | 862 | Cached non-vital package: %1!ls!, encountered error: 0x%2!x!. Continuing... |
863 | . | 863 | . |
864 | 864 | ||
865 | MessageId=345 | ||
866 | Severity=Warning | ||
867 | SymbolicName=MSG_IGNORING_CACHE_BUNDLE_FAILURE | ||
868 | Language=English | ||
869 | Ignoring failure to cache bundle because the file already exists, encountered error: 0x%1!x!. Continuing... | ||
870 | . | ||
871 | |||
865 | MessageId=346 | 872 | MessageId=346 |
866 | Severity=Warning | 873 | Severity=Warning |
867 | SymbolicName=MSG_CACHE_RETRYING_PACKAGE | 874 | SymbolicName=MSG_CACHE_RETRYING_PACKAGE |