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/ext/Bal/wixstdba/wixstdba.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 '')
-rw-r--r-- | src/ext/Bal/wixstdba/wixstdba.mc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdba/wixstdba.mc b/src/ext/Bal/wixstdba/wixstdba.mc index 659ccd01..40acfe54 100644 --- a/src/ext/Bal/wixstdba/wixstdba.mc +++ b/src/ext/Bal/wixstdba/wixstdba.mc | |||
@@ -50,6 +50,13 @@ Language=English | |||
50 | WIXSTDBA: Planned related bundle: %1!ls!, wixstdba requested: %2!hs!, bafunctions requested: %3!hs! | 50 | WIXSTDBA: Planned related bundle: %1!ls!, wixstdba requested: %2!hs!, bafunctions requested: %3!hs! |
51 | . | 51 | . |
52 | 52 | ||
53 | MessageId=4 | ||
54 | Severity=Success | ||
55 | SymbolicName=MSG_WIXSTDBA_PLANNED_COMPATIBLE_MSI_PACKAGE | ||
56 | Language=English | ||
57 | WIXSTDBA: Planned compatible package: %2!ls! for %1!ls!, wixstdba requested remove: %3!hs!, bafunctions requested remove: %4!hs! | ||
58 | . | ||
59 | |||
53 | MessageId=5 | 60 | MessageId=5 |
54 | Severity=Success | 61 | Severity=Success |
55 | SymbolicName=MSG_WIXSTDBA_PLANNED_TARGET_MSI_PACKAGE | 62 | SymbolicName=MSG_WIXSTDBA_PLANNED_TARGET_MSI_PACKAGE |