diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-16 10:54:49 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
commit | 70bb69c0e5f589fb55d3e36a5e81e9a7d0e56814 (patch) | |
tree | 4801fb1961721e29f14824397e7b0b13e14814a5 /src/engine/plan.cpp | |
parent | 22fb11c03329380fcffff253c7b2d4d1fccd23b4 (diff) | |
download | wix-70bb69c0e5f589fb55d3e36a5e81e9a7d0e56814.tar.gz wix-70bb69c0e5f589fb55d3e36a5e81e9a7d0e56814.tar.bz2 wix-70bb69c0e5f589fb55d3e36a5e81e9a7d0e56814.zip |
Remove the package's cache progress when retrying the whole package.
Diffstat (limited to '')
-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 f7434216..55fe7ddf 100644 --- a/src/engine/plan.cpp +++ b/src/engine/plan.cpp | |||
@@ -1854,6 +1854,7 @@ static void ResetPlannedPayloadGroupState( | |||
1854 | BURN_PAYLOAD_GROUP_ITEM* pItem = pPayloadGroup->rgItems + i; | 1854 | BURN_PAYLOAD_GROUP_ITEM* pItem = pPayloadGroup->rgItems + i; |
1855 | 1855 | ||
1856 | pItem->fCached = FALSE; | 1856 | pItem->fCached = FALSE; |
1857 | pItem->qwCommittedCacheProgress = 0; | ||
1857 | } | 1858 | } |
1858 | } | 1859 | } |
1859 | 1860 | ||