diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-10 18:18:38 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-11 20:24:18 -0600 |
| commit | af68033509730ffe01602f839861a47287bb709f (patch) | |
| tree | 2960f6cdd023e74a4ca2bbc49d0294b7bfbed5c5 /src/engine/engine.mc | |
| parent | 10ef9d5bfbf81f454113a1c2716009831a916222 (diff) | |
| download | wix-af68033509730ffe01602f839861a47287bb709f.tar.gz wix-af68033509730ffe01602f839861a47287bb709f.tar.bz2 wix-af68033509730ffe01602f839861a47287bb709f.zip | |
Handle when related bundles have an uninstall key but aren't cached.
#4991
Diffstat (limited to 'src/engine/engine.mc')
| -rw-r--r-- | src/engine/engine.mc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index 687d2b60..a793540a 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
| @@ -202,7 +202,7 @@ MessageId=102 | |||
| 202 | Severity=Success | 202 | Severity=Success |
| 203 | SymbolicName=MSG_DETECTED_RELATED_BUNDLE | 203 | SymbolicName=MSG_DETECTED_RELATED_BUNDLE |
| 204 | Language=English | 204 | Language=English |
| 205 | Detected related bundle: %1!ls!, type: %2!hs!, scope: %3!hs!, version: %4!ls!, operation: %5!hs! | 205 | Detected related bundle: %1!ls!, type: %2!hs!, scope: %3!hs!, version: %4!ls!, operation: %5!hs!, cached: %6!hs! |
| 206 | . | 206 | . |
| 207 | 207 | ||
| 208 | MessageId=103 | 208 | MessageId=103 |
| @@ -237,7 +237,14 @@ MessageId=107 | |||
| 237 | Severity=Success | 237 | Severity=Success |
| 238 | SymbolicName=MSG_DETECTED_FORWARD_COMPATIBLE_BUNDLE | 238 | SymbolicName=MSG_DETECTED_FORWARD_COMPATIBLE_BUNDLE |
| 239 | Language=English | 239 | Language=English |
| 240 | Detected forward compatible bundle: %1!ls!, type: %2!hs!, scope: %3!hs!, version: %4!ls! | 240 | Detected forward compatible bundle: %1!ls!, type: %2!hs!, scope: %3!hs!, version: %4!ls!, cached: %5!hs! |
| 241 | . | ||
| 242 | |||
| 243 | MessageId=108 | ||
| 244 | Severity=Warning | ||
| 245 | SymbolicName=MSG_DETECT_RELATED_BUNDLE_NOT_FULLY_CACHED | ||
| 246 | Language=English | ||
| 247 | Detected partially cached related bundle: %1!ls!, cache path: %2!ls!, reason: 0x%3!x! | ||
| 241 | . | 248 | . |
| 242 | 249 | ||
| 243 | MessageId=120 | 250 | MessageId=120 |
