diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-12 20:51:23 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-14 12:15:52 -0700 |
commit | 648133ee7f1206d1208630d5935a4846508fd5b9 (patch) | |
tree | af8048aadc412188ae70d9d673233a2111cfed05 /src/engine/engine.mc | |
parent | ad5aeb25c459196938cc88c404406bbbe1df9061 (diff) | |
download | wix-648133ee7f1206d1208630d5935a4846508fd5b9.tar.gz wix-648133ee7f1206d1208630d5935a4846508fd5b9.tar.bz2 wix-648133ee7f1206d1208630d5935a4846508fd5b9.zip |
Enhanced reboot pending detection
Diffstat (limited to 'src/engine/engine.mc')
-rw-r--r-- | src/engine/engine.mc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index a793540a..d0897a95 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
@@ -1068,3 +1068,9 @@ Language=English | |||
1068 | Skipping MSI property '%1!ls!' because condition '%2!ls!' evaluates to %3!hs!. | 1068 | Skipping MSI property '%1!ls!' because condition '%2!ls!' evaluates to %3!hs!. |
1069 | . | 1069 | . |
1070 | 1070 | ||
1071 | MessageId=701 | ||
1072 | Severity=Warning | ||
1073 | SymbolicName=MSG_PENDING_REBOOT_DETECTED | ||
1074 | Language=English | ||
1075 | A reboot is pending from a prior execution of this bundle: %1!ls!. Apply will be blocked. Continuing... | ||
1076 | . | ||