diff options
author | Rob Mensching <rob@firegiant.com> | 2025-02-11 05:21:34 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 15:49:33 -0800 |
commit | f2e9af96142439ebfdbc1e884335bb8874f8a427 (patch) | |
tree | f3ffd15660a7041d1f70d793e2b2200ccbe42af5 /src/burn/engine/payload.h | |
parent | 81fb512834c65b0a8f99c3a266879c476e382875 (diff) | |
download | wix-f2e9af96142439ebfdbc1e884335bb8874f8a427.tar.gz wix-f2e9af96142439ebfdbc1e884335bb8874f8a427.tar.bz2 wix-f2e9af96142439ebfdbc1e884335bb8874f8a427.zip |
Harden Burn's BootstrapperApplication and elevated engine extraction
Fixes 8914
Diffstat (limited to 'src/burn/engine/payload.h')
-rw-r--r-- | src/burn/engine/payload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/payload.h b/src/burn/engine/payload.h index 351fd058..4c21ae54 100644 --- a/src/burn/engine/payload.h +++ b/src/burn/engine/payload.h | |||
@@ -57,6 +57,7 @@ typedef struct _BURN_PAYLOAD | |||
57 | // mutable members | 57 | // mutable members |
58 | BURN_PAYLOAD_STATE state; | 58 | BURN_PAYLOAD_STATE state; |
59 | LPWSTR sczLocalFilePath; // location of extracted or downloaded copy | 59 | LPWSTR sczLocalFilePath; // location of extracted or downloaded copy |
60 | HANDLE hLocalFile; | ||
60 | 61 | ||
61 | LPWSTR sczUnverifiedPath; | 62 | LPWSTR sczUnverifiedPath; |
62 | DWORD cRemainingInstances; | 63 | DWORD cRemainingInstances; |