diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-22 20:23:43 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-22 23:37:57 -0600 |
commit | 8e8f724d90c6835febb8b5865009746aea73a334 (patch) | |
tree | b255c0a7232af8d24bcf44fd476b95bdfdcfe777 /src/burn/engine/engine.mc | |
parent | 0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5 (diff) | |
download | wix-8e8f724d90c6835febb8b5865009746aea73a334.tar.gz wix-8e8f724d90c6835febb8b5865009746aea73a334.tar.bz2 wix-8e8f724d90c6835febb8b5865009746aea73a334.zip |
Add UnsafeUninstall action.
Fixes #6721
Diffstat (limited to 'src/burn/engine/engine.mc')
-rw-r--r-- | src/burn/engine/engine.mc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/burn/engine/engine.mc b/src/burn/engine/engine.mc index 675a5644..4425af12 100644 --- a/src/burn/engine/engine.mc +++ b/src/burn/engine/engine.mc | |||
@@ -492,6 +492,13 @@ Language=English | |||
492 | Planned rollback boundary: '%1!ls!', vital: %2!hs!, transaction: %3!hs! (default: %4!hs!) | 492 | Planned rollback boundary: '%1!ls!', vital: %2!hs!, transaction: %3!hs! (default: %4!hs!) |
493 | . | 493 | . |
494 | 494 | ||
495 | MessageId=223 | ||
496 | Severity=Success | ||
497 | SymbolicName=MSG_PLAN_NOT_SKIPPED_DUE_TO_DEPENDENTS | ||
498 | Language=English | ||
499 | Ignoring bundle dependents due to action UnsafeUninstall... | ||
500 | . | ||
501 | |||
495 | MessageId=299 | 502 | MessageId=299 |
496 | Severity=Success | 503 | Severity=Success |
497 | SymbolicName=MSG_PLAN_COMPLETE | 504 | SymbolicName=MSG_PLAN_COMPLETE |
@@ -947,6 +954,20 @@ Language=English | |||
947 | package: %1!ls!, install registration state: %2!hs!, cache registration state: %3!hs! | 954 | package: %1!ls!, install registration state: %2!hs!, cache registration state: %3!hs! |
948 | . | 955 | . |
949 | 956 | ||
957 | MessageId=375 | ||
958 | Severity=Success | ||
959 | SymbolicName=MSG_UNSAFE_APPLY_COMPLETED | ||
960 | Language=English | ||
961 | Ignoring suspend and restart values due to action UnsafeUninstall... | ||
962 | . | ||
963 | |||
964 | MessageId=376 | ||
965 | Severity=Success | ||
966 | SymbolicName=MSG_UNSAFE_SESSION_END | ||
967 | Language=English | ||
968 | Ignoring resume and registration values due to action UnsafeUninstall... | ||
969 | . | ||
970 | |||
950 | MessageId=380 | 971 | MessageId=380 |
951 | Severity=Warning | 972 | Severity=Warning |
952 | SymbolicName=MSG_APPLY_SKIPPED | 973 | SymbolicName=MSG_APPLY_SKIPPED |