aboutsummaryrefslogtreecommitdiff
path: root/src/engine/engine.mc
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-03 17:09:50 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-04 22:16:10 -0600
commitc6c17104b50936432a3fe9ca214ba9a3dfa32780 (patch)
tree7ad23896fd7e1768a5f81ebb4dc2abe99718eadb /src/engine/engine.mc
parentfd8c2b0899bfbce07386af245c04eb21dc01cbdf (diff)
downloadwix-c6c17104b50936432a3fe9ca214ba9a3dfa32780.tar.gz
wix-c6c17104b50936432a3fe9ca214ba9a3dfa32780.tar.bz2
wix-c6c17104b50936432a3fe9ca214ba9a3dfa32780.zip
Automatically uninstall the bundle after Quit if eligible.
For now, the requirements are: * The bundle is installed and * The bundle is per-user or has already elevated and * No non-permanent packages are installed and * No non-permanent packages are cached and * No related bundle would run by default during uninstall and * The bundle didn't Uninstall/Cache/Install/Modify/Repair and * The BA didn't opt out of this behavior
Diffstat (limited to 'src/engine/engine.mc')
-rw-r--r--src/engine/engine.mc9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc
index 59a05676..c90f08e3 100644
--- a/src/engine/engine.mc
+++ b/src/engine/engine.mc
@@ -121,6 +121,13 @@ Language=English
121The manifest contains an invalid version string: '%1!ls!' 121The manifest contains an invalid version string: '%1!ls!'
122. 122.
123 123
124MessageId=14
125Severity=Success
126SymbolicName=MSG_BA_REQUESTED_SKIP_CLEANUP
127Language=English
128Bootstrapper application opted out of any engine behavior to automatically uninstall the bundle during shutdown.
129.
130
124MessageId=51 131MessageId=51
125Severity=Error 132Severity=Error
126SymbolicName=MSG_FAILED_PARSE_CONDITION 133SymbolicName=MSG_FAILED_PARSE_CONDITION
@@ -286,7 +293,7 @@ MessageId=199
286Severity=Success 293Severity=Success
287SymbolicName=MSG_DETECT_COMPLETE 294SymbolicName=MSG_DETECT_COMPLETE
288Language=English 295Language=English
289Detect complete, result: 0x%1!x! 296Detect complete, result: 0x%1!x!, installed: %2!hs!, eligible for cleanup: %3!hs!
290. 297.
291 298
292MessageId=200 299MessageId=200