diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-22 16:56:21 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-23 15:40:21 -0500 |
commit | a981e29d7a3df566754356c3fe1eb938a5cac4c1 (patch) | |
tree | 9d2b2abac872ae3c4917003812951e68b72e7163 /src/burn/engine/registration.h | |
parent | 72e20f682c0d64102e86439ba5527dd0d71932ae (diff) | |
download | wix-a981e29d7a3df566754356c3fe1eb938a5cac4c1.tar.gz wix-a981e29d7a3df566754356c3fe1eb938a5cac4c1.tar.bz2 wix-a981e29d7a3df566754356c3fe1eb938a5cac4c1.zip |
Make the estimated size in ARP a little more accurate.
Fixes 4039
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r-- | src/burn/engine/registration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h index c07be962..cb5349a3 100644 --- a/src/burn/engine/registration.h +++ b/src/burn/engine/registration.h | |||
@@ -213,6 +213,7 @@ HRESULT RegistrationSessionEnd( | |||
213 | __in BURN_PACKAGES* pPackages, | 213 | __in BURN_PACKAGES* pPackages, |
214 | __in BURN_RESUME_MODE resumeMode, | 214 | __in BURN_RESUME_MODE resumeMode, |
215 | __in BOOTSTRAPPER_APPLY_RESTART restart, | 215 | __in BOOTSTRAPPER_APPLY_RESTART restart, |
216 | __in DWORD64 qwEstimatedSize, | ||
216 | __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType | 217 | __in BOOTSTRAPPER_REGISTRATION_TYPE registrationType |
217 | ); | 218 | ); |
218 | HRESULT RegistrationSaveState( | 219 | HRESULT RegistrationSaveState( |