diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-15 17:36:45 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 20:25:06 -0600 |
| commit | dbd55be5e707f07eb044c8c7f13c3dfd246148c0 (patch) | |
| tree | 3c1628524caf1e64f4a8aafc917988424977ba02 /src/engine/package.h | |
| parent | b6862716cd27cefa541b85c63dd30dc3f0749d87 (diff) | |
| download | wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.gz wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.bz2 wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.zip | |
Initialize exe package ancestors during CoreInitialize instead of Plan.
Diffstat (limited to 'src/engine/package.h')
| -rw-r--r-- | src/engine/package.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/package.h b/src/engine/package.h index d3225fbc..71aecd95 100644 --- a/src/engine/package.h +++ b/src/engine/package.h | |||
| @@ -250,7 +250,7 @@ typedef struct _BURN_PACKAGE | |||
| 250 | LPWSTR sczRepairArguments; | 250 | LPWSTR sczRepairArguments; |
| 251 | LPWSTR sczUninstallArguments; | 251 | LPWSTR sczUninstallArguments; |
| 252 | LPWSTR sczIgnoreDependencies; | 252 | LPWSTR sczIgnoreDependencies; |
| 253 | LPWSTR sczAncestors; | 253 | LPCWSTR wzAncestors; // points directly into engine state. |
| 254 | 254 | ||
| 255 | BOOL fPseudoBundle; | 255 | BOOL fPseudoBundle; |
| 256 | 256 | ||
