From 6a45cb7687de57056532fe897a708435deec2ea3 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Fri, 9 Sep 2022 21:21:55 -0400 Subject: Update hashes are now hex strings. Fixes https://github.com/wixtoolset/issues/issues/6901. --- .../burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h') diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index cdb01330..941e4241 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h @@ -381,8 +381,7 @@ typedef struct _BAENGINE_SETUPDATE_ARGS LPCWSTR wzDownloadSource; DWORD64 qwSize; BOOTSTRAPPER_UPDATE_HASH_TYPE hashType; - BYTE* rgbHash; - DWORD cbHash; + LPCWSTR wzHash; } BAENGINE_SETUPDATE_ARGS; typedef struct _BAENGINE_SETUPDATE_RESULTS -- cgit v1.2.3-55-g6feb