aboutsummaryrefslogtreecommitdiff
path: root/src/engine/payload.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-01-31 19:28:47 -0500
committerBob Arnson <bob@firegiant.com>2021-01-31 19:35:27 -0500
commitf1f1a124df59e8639c2bcbfa7d3a4b37fb348bb7 (patch)
tree6866de4e995d3ae55affff6c70e3d93175583c65 /src/engine/payload.h
parent0e41fb8be9690ca7b81ec4df0734ead1978a9cf0 (diff)
downloadwix-f1f1a124df59e8639c2bcbfa7d3a4b37fb348bb7.tar.gz
wix-f1f1a124df59e8639c2bcbfa7d3a4b37fb348bb7.tar.bz2
wix-f1f1a124df59e8639c2bcbfa7d3a4b37fb348bb7.zip
Remove Burn Authenticode
Fixes https://github.com/wixtoolset/issues/issues/6301
Diffstat (limited to 'src/engine/payload.h')
-rw-r--r--src/engine/payload.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/engine/payload.h b/src/engine/payload.h
index 0c7b68e4..e8639d64 100644
--- a/src/engine/payload.h
+++ b/src/engine/payload.h
@@ -35,11 +35,6 @@ typedef struct _BURN_PAYLOAD
35 DWORD64 qwFileSize; 35 DWORD64 qwFileSize;
36 LPWSTR sczFilePath; // file path relative to the execute location 36 LPWSTR sczFilePath; // file path relative to the execute location
37 37
38 BURN_CATALOG *pCatalog; // used to verify this payload
39 BYTE* pbCertificateRootPublicKeyIdentifier;
40 DWORD cbCertificateRootPublicKeyIdentifier;
41 BYTE* pbCertificateRootThumbprint;
42 DWORD cbCertificateRootThumbprint;
43 BYTE* pbHash; 38 BYTE* pbHash;
44 DWORD cbHash; 39 DWORD cbHash;
45 40
@@ -64,7 +59,6 @@ typedef struct _BURN_PAYLOADS
64HRESULT PayloadsParseFromXml( 59HRESULT PayloadsParseFromXml(
65 __in BURN_PAYLOADS* pPayloads, 60 __in BURN_PAYLOADS* pPayloads,
66 __in_opt BURN_CONTAINERS* pContainers, 61 __in_opt BURN_CONTAINERS* pContainers,
67 __in_opt BURN_CATALOGS* pCatalogs,
68 __in IXMLDOMNode* pixnBundle 62 __in IXMLDOMNode* pixnBundle
69 ); 63 );
70void PayloadsUninitialize( 64void PayloadsUninitialize(