diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-01-14 21:37:24 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-16 10:30:28 -0600 |
| commit | da1d1376953ef1c9afb32d5eee02b785e52e372e (patch) | |
| tree | 0df8550960259d7b13f5cd90f04d21b5576f16b7 /src/burn/engine/engine.mc | |
| parent | abe316b80fae80eba54b0b79e76b6362105fa098 (diff) | |
| download | wix-da1d1376953ef1c9afb32d5eee02b785e52e372e.tar.gz wix-da1d1376953ef1c9afb32d5eee02b785e52e372e.tar.bz2 wix-da1d1376953ef1c9afb32d5eee02b785e52e372e.zip | |
Remove orphan compatible MSI packages.
Reimplements #3190
Diffstat (limited to 'src/burn/engine/engine.mc')
| -rw-r--r-- | src/burn/engine/engine.mc | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index 5c1b0b69..6ce11564 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc | |||
| @@ -262,6 +262,13 @@ Detected forward compatible bundle: %1!ls!, type: %2!hs!, scope: %3!hs!, version | |||
| 262 | . | 262 | . |
| 263 | 263 | ||
| 264 | MessageId=108 | 264 | MessageId=108 |
| 265 | Severity=Success | ||
| 266 | SymbolicName=MSG_DETECTED_COMPATIBLE_PACKAGE_FROM_PROVIDER | ||
| 267 | Language=English | ||
| 268 | Detected compatible package: %1!ls!, provider: %2!ls!, installed: %3!ls!, version: %4!ls!, chained: %5!ls! | ||
| 269 | . | ||
| 270 | |||
| 271 | MessageId=109 | ||
| 265 | Severity=Warning | 272 | Severity=Warning |
| 266 | SymbolicName=MSG_DETECT_RELATED_BUNDLE_NOT_CACHED | 273 | SymbolicName=MSG_DETECT_RELATED_BUNDLE_NOT_CACHED |
| 267 | Language=English | 274 | Language=English |
| @@ -429,6 +436,13 @@ Language=English | |||
| 429 | Plan skipped related bundle: %1!ls!, type: %2!hs!, because it was previously scheduled. | 436 | Plan skipped related bundle: %1!ls!, type: %2!hs!, because it was previously scheduled. |
| 430 | . | 437 | . |
| 431 | 438 | ||
| 439 | MessageId=215 | ||
| 440 | Severity=Success | ||
| 441 | SymbolicName=MSG_PLANNED_ORPHAN_PACKAGE_FROM_PROVIDER | ||
| 442 | Language=English | ||
| 443 | Will remove orphan package: %1!ls!, installed: %2!ls!, chained: %3!ls! | ||
| 444 | . | ||
| 445 | |||
| 432 | MessageId=216 | 446 | MessageId=216 |
| 433 | Severity=Success | 447 | Severity=Success |
| 434 | SymbolicName=MSG_PLAN_SKIPPED_RELATED_BUNDLE_EMBEDDED_BUNDLE_NEWER | 448 | SymbolicName=MSG_PLAN_SKIPPED_RELATED_BUNDLE_EMBEDDED_BUNDLE_NEWER |
| @@ -604,7 +618,6 @@ Language=English | |||
| 604 | Failed to layout container: %2!ls! to layout directory: %3!ls!, error: %1!ls!. | 618 | Failed to layout container: %2!ls! to layout directory: %3!ls!, error: %1!ls!. |
| 605 | . | 619 | . |
| 606 | 620 | ||
| 607 | |||
| 608 | MessageId=317 | 621 | MessageId=317 |
| 609 | Severity=Error | 622 | Severity=Error |
| 610 | SymbolicName=MSG_FAILED_LAYOUT_PAYLOAD | 623 | SymbolicName=MSG_FAILED_LAYOUT_PAYLOAD |
| @@ -927,7 +940,6 @@ Language=English | |||
| 927 | Calculating whether to keep registration | 940 | Calculating whether to keep registration |
| 928 | . | 941 | . |
| 929 | 942 | ||
| 930 | |||
| 931 | MessageId=374 | 943 | MessageId=374 |
| 932 | Severity=Success | 944 | Severity=Success |
| 933 | SymbolicName=MSG_POST_APPLY_PACKAGE | 945 | SymbolicName=MSG_POST_APPLY_PACKAGE |
| @@ -1005,6 +1017,13 @@ Language=English | |||
| 1005 | Skipping the rest of non-vital rollback boundary, id: %1!ls! | 1017 | Skipping the rest of non-vital rollback boundary, id: %1!ls! |
| 1006 | . | 1018 | . |
| 1007 | 1019 | ||
| 1020 | MessageId=390 | ||
| 1021 | Severity=Success | ||
| 1022 | SymbolicName=MSG_APPLYING_ORPHAN_COMPATIBLE_PACKAGE | ||
| 1023 | Language=English | ||
| 1024 | Applying %1!hs! compatible package: %2!ls!, parent package: %3!ls!, action: %4!hs!, arguments: '%5!ls!' | ||
| 1025 | . | ||
| 1026 | |||
| 1008 | MessageId=399 | 1027 | MessageId=399 |
| 1009 | Severity=Success | 1028 | Severity=Success |
| 1010 | SymbolicName=MSG_APPLY_COMPLETE | 1029 | SymbolicName=MSG_APPLY_COMPLETE |
