diff options
author | Bob Arnson <bob@firegiant.com> | 2021-01-31 19:28:47 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-01-31 19:35:27 -0500 |
commit | f1f1a124df59e8639c2bcbfa7d3a4b37fb348bb7 (patch) | |
tree | 6866de4e995d3ae55affff6c70e3d93175583c65 /src/engine/core.h | |
parent | 0e41fb8be9690ca7b81ec4df0734ead1978a9cf0 (diff) | |
download | wix-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/core.h')
-rw-r--r-- | src/engine/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/core.h b/src/engine/core.h index 544c1786..0161eaa0 100644 --- a/src/engine/core.h +++ b/src/engine/core.h | |||
@@ -98,7 +98,6 @@ typedef struct _BURN_ENGINE_STATE | |||
98 | BURN_USER_EXPERIENCE userExperience; | 98 | BURN_USER_EXPERIENCE userExperience; |
99 | BURN_REGISTRATION registration; | 99 | BURN_REGISTRATION registration; |
100 | BURN_CONTAINERS containers; | 100 | BURN_CONTAINERS containers; |
101 | BURN_CATALOGS catalogs; | ||
102 | BURN_PAYLOADS payloads; | 101 | BURN_PAYLOADS payloads; |
103 | BURN_PACKAGES packages; | 102 | BURN_PACKAGES packages; |
104 | BURN_UPDATE update; | 103 | BURN_UPDATE update; |