diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-16 10:48:38 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
| commit | 8c77de737aaea1b4857c724c730446bca8da2dd0 (patch) | |
| tree | 56159f2ea1f8407ad4b4b723ba0a75d8dcc09ec6 /src/engine/engine.mc | |
| parent | d7b0329e16ba9cae4a33970e26591ae5f1d98f0d (diff) | |
| download | wix-8c77de737aaea1b4857c724c730446bca8da2dd0.tar.gz wix-8c77de737aaea1b4857c724c730446bca8da2dd0.tar.bz2 wix-8c77de737aaea1b4857c724c730446bca8da2dd0.zip | |
Elevate for CacheVerifyContainer/Payload.
Diffstat (limited to 'src/engine/engine.mc')
| -rw-r--r-- | src/engine/engine.mc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/engine/engine.mc b/src/engine/engine.mc index 0e19d3bb..6e0695bc 100644 --- a/src/engine/engine.mc +++ b/src/engine/engine.mc | |||
| @@ -478,6 +478,13 @@ Language=English | |||
| 478 | Acquired payload: %1!ls! to working path: %2!ls! from: %4!ls!. | 478 | Acquired payload: %1!ls! to working path: %2!ls! from: %4!ls!. |
| 479 | . | 479 | . |
| 480 | 480 | ||
| 481 | MessageId=303 | ||
| 482 | Severity=Success | ||
| 483 | SymbolicName=MSG_VERIFIED_EXISTING_CONTAINER | ||
| 484 | Language=English | ||
| 485 | Verified existing container: %1!ls! at path: %2!ls!. | ||
| 486 | . | ||
| 487 | |||
| 481 | MessageId=304 | 488 | MessageId=304 |
| 482 | Severity=Success | 489 | Severity=Success |
| 483 | SymbolicName=MSG_VERIFIED_EXISTING_PAYLOAD | 490 | SymbolicName=MSG_VERIFIED_EXISTING_PAYLOAD |
| @@ -724,6 +731,13 @@ Language=English | |||
| 724 | Acquiring package: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! | 731 | Acquiring package: %1!ls!, payload: %2!ls!, %3!hs! from: %4!ls! |
| 725 | . | 732 | . |
| 726 | 733 | ||
| 734 | MessageId=339 | ||
| 735 | Severity=Error | ||
| 736 | SymbolicName=MSG_FAILED_VERIFY_CONTAINER | ||
| 737 | Language=English | ||
| 738 | Failed to verify container: %2!ls! at path: %3!ls!, error: %1!ls!. Deleting file. | ||
| 739 | . | ||
| 740 | |||
| 727 | MessageId=347 | 741 | MessageId=347 |
| 728 | Severity=Warning | 742 | Severity=Warning |
| 729 | SymbolicName=MSG_APPLY_RETRYING_CONTAINER | 743 | SymbolicName=MSG_APPLY_RETRYING_CONTAINER |
