diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-16 10:29:10 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
commit | 9a061c70f8d87d4f4703bd88a0eaae98c3cfc1d5 (patch) | |
tree | d124655bcfb2aff4a026b8aac5c8b5e7d8e060c3 /src/engine/engine.mc | |
parent | 66360b60b0298c88d32ce2b5e5ce5befa1c09ff8 (diff) | |
download | wix-9a061c70f8d87d4f4703bd88a0eaae98c3cfc1d5.tar.gz wix-9a061c70f8d87d4f4703bd88a0eaae98c3cfc1d5.tar.bz2 wix-9a061c70f8d87d4f4703bd88a0eaae98c3cfc1d5.zip |
Always send OnCacheAcquireProgress at least once per payload.
Always send OnCacheAcquireProgress between OnCacheAcquireBegin and OnCacheAcquireComplete.
Track the successful cache acquisition progress during the final progress call.
Diffstat (limited to 'src/engine/engine.mc')
-rw-r--r-- | src/engine/engine.mc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index f03bc1ea..0e19d3bb 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
@@ -724,6 +724,13 @@ Language=English | |||
724 | Acquiring package: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! | 724 | Acquiring package: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! |
725 | . | 725 | . |
726 | 726 | ||
727 | MessageId=347 | ||
728 | Severity=Warning | ||
729 | SymbolicName=MSG_APPLY_RETRYING_CONTAINER | ||
730 | Language=English | ||
731 | Application requested retry of container: %2!ls!, encountered error: %1!ls!. Retrying... | ||
732 | . | ||
733 | |||
727 | MessageId=348 | 734 | MessageId=348 |
728 | Severity=Warning | 735 | Severity=Warning |
729 | SymbolicName=MSG_APPLY_RETRYING_PACKAGE | 736 | SymbolicName=MSG_APPLY_RETRYING_PACKAGE |
@@ -780,6 +787,20 @@ Language=English | |||
780 | Unable to register source directory: %1!ls!, product: %2!ls!, reason: 0x%3!x!. Continuing... | 787 | Unable to register source directory: %1!ls!, product: %2!ls!, reason: 0x%3!x!. Continuing... |
781 | . | 788 | . |
782 | 789 | ||
790 | MessageId=356 | ||
791 | Severity=Warning | ||
792 | SymbolicName=MSG_APPLY_RETRYING_ACQUIRE_CONTAINER | ||
793 | Language=English | ||
794 | Application requested retry acquire of container: %2!ls!, encountered error: %1!ls!. Retrying... | ||
795 | . | ||
796 | |||
797 | MessageId=357 | ||
798 | Severity=Warning | ||
799 | SymbolicName=MSG_APPLY_RETRYING_ACQUIRE_PAYLOAD | ||
800 | Language=English | ||
801 | Application requested retry acquire of payload: %2!ls!, encountered error: %1!ls!. Retrying... | ||
802 | . | ||
803 | |||
783 | MessageId=358 | 804 | MessageId=358 |
784 | Severity=Success | 805 | Severity=Success |
785 | SymbolicName=MSG_PAUSE_AU_STARTING | 806 | SymbolicName=MSG_PAUSE_AU_STARTING |