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/api/burn/balutil/inc/BalBaseBAFunctions.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 '')
| -rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index 3f99673d..9a8ac87e 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
| @@ -133,6 +133,8 @@ public: // IBootstrapperApplication | |||
| 133 | virtual STDMETHODIMP OnDetectUpdate( | 133 | virtual STDMETHODIMP OnDetectUpdate( |
| 134 | __in_z LPCWSTR /*wzUpdateLocation*/, | 134 | __in_z LPCWSTR /*wzUpdateLocation*/, |
| 135 | __in DWORD64 /*dw64Size*/, | 135 | __in DWORD64 /*dw64Size*/, |
| 136 | __in_z_opt LPCWSTR /*wzHash*/, | ||
| 137 | __in BOOTSTRAPPER_UPDATE_HASH_TYPE /*hashAlgorithm*/, | ||
| 136 | __in LPCWSTR /*wzVersion*/, | 138 | __in LPCWSTR /*wzVersion*/, |
| 137 | __in_z LPCWSTR /*wzTitle*/, | 139 | __in_z LPCWSTR /*wzTitle*/, |
| 138 | __in_z LPCWSTR /*wzSummary*/, | 140 | __in_z LPCWSTR /*wzSummary*/, |
