From 914a92d16d7a0245f3cf0b42cc5e320c34d23d30 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 31 Aug 2022 16:07:08 -0400 Subject: Supply hashes to BA if present in update feed. Fixes https://github.com/wixtoolset/issues/issues/6353. --- .../WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h') diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index ad3ef8a3..c65ca86b 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h @@ -870,6 +870,8 @@ struct BA_ONDETECTUPDATE_ARGS DWORD cbSize; LPCWSTR wzUpdateLocation; DWORD64 dw64Size; + LPCWSTR wzHash; + BOOTSTRAPPER_UPDATE_HASH_TYPE hashAlgorithm; LPCWSTR wzVersion; LPCWSTR wzTitle; LPCWSTR wzSummary; -- cgit v1.2.3-55-g6feb