diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 21:52:28 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 22:58:23 -0500 |
commit | bf31c11edf14789d22ce6542549a807d5c5ff086 (patch) | |
tree | 418678fb02026a56cd6d5e5415386177839101cb /src/engine/plan.cpp | |
parent | d291d27f94d0702bcd4ffd6fb72125c8996b3aef (diff) | |
download | wix-bf31c11edf14789d22ce6542549a807d5c5ff086.tar.gz wix-bf31c11edf14789d22ce6542549a807d5c5ff086.tar.bz2 wix-bf31c11edf14789d22ce6542549a807d5c5ff086.zip |
Add support for downloading embedded payloads.
#5253
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r-- | src/engine/plan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp index f662c445..e5c1ee36 100644 --- a/src/engine/plan.cpp +++ b/src/engine/plan.cpp | |||
@@ -1832,6 +1832,7 @@ static void ResetPlannedContainerState( | |||
1832 | pContainer->qwExtractSizeTotal = 0; | 1832 | pContainer->qwExtractSizeTotal = 0; |
1833 | pContainer->qwCommittedCacheProgress = 0; | 1833 | pContainer->qwCommittedCacheProgress = 0; |
1834 | pContainer->qwCommittedExtractProgress = 0; | 1834 | pContainer->qwCommittedExtractProgress = 0; |
1835 | pContainer->hrExtract = S_OK; | ||
1835 | } | 1836 | } |
1836 | 1837 | ||
1837 | static void ResetPlannedPayloadsState( | 1838 | static void ResetPlannedPayloadsState( |