diff options
author | Bob Arnson <bob@firegiant.com> | 2022-08-31 16:07:08 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-08-31 19:59:16 -0400 |
commit | 914a92d16d7a0245f3cf0b42cc5e320c34d23d30 (patch) | |
tree | f145e999fc4ccefa2e92466a45b602f080a32440 /src/burn/engine/userexperience.h | |
parent | f6c86c939af9f8b0036f4b197512f06e861e5fd3 (diff) | |
download | wix-914a92d16d7a0245f3cf0b42cc5e320c34d23d30.tar.gz wix-914a92d16d7a0245f3cf0b42cc5e320c34d23d30.tar.bz2 wix-914a92d16d7a0245f3cf0b42cc5e320c34d23d30.zip |
Supply hashes to BA if present in update feed.
Fixes https://github.com/wixtoolset/issues/issues/6353.
Diffstat (limited to 'src/burn/engine/userexperience.h')
-rw-r--r-- | src/burn/engine/userexperience.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/userexperience.h b/src/burn/engine/userexperience.h index 9f183208..e342da03 100644 --- a/src/burn/engine/userexperience.h +++ b/src/burn/engine/userexperience.h | |||
@@ -332,6 +332,8 @@ BAAPI UserExperienceOnDetectUpdate( | |||
332 | __in BURN_USER_EXPERIENCE* pUserExperience, | 332 | __in BURN_USER_EXPERIENCE* pUserExperience, |
333 | __in_z_opt LPCWSTR wzUpdateLocation, | 333 | __in_z_opt LPCWSTR wzUpdateLocation, |
334 | __in DWORD64 dw64Size, | 334 | __in DWORD64 dw64Size, |
335 | __in_z_opt LPCWSTR wzHash, | ||
336 | __in BOOTSTRAPPER_UPDATE_HASH_TYPE hashAlgorithm, | ||
335 | __in VERUTIL_VERSION* pVersion, | 337 | __in VERUTIL_VERSION* pVersion, |
336 | __in_z_opt LPCWSTR wzTitle, | 338 | __in_z_opt LPCWSTR wzTitle, |
337 | __in_z_opt LPCWSTR wzSummary, | 339 | __in_z_opt LPCWSTR wzSummary, |