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/pseudobundle.cpp | |
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/pseudobundle.cpp')
-rw-r--r-- | src/engine/pseudobundle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/pseudobundle.cpp b/src/engine/pseudobundle.cpp index 0864be3a..3b05ea0b 100644 --- a/src/engine/pseudobundle.cpp +++ b/src/engine/pseudobundle.cpp | |||
@@ -159,8 +159,8 @@ extern "C" HRESULT PseudoBundleInitializePassthrough( | |||
159 | __in BURN_PACKAGE* pPassthroughPackage, | 159 | __in BURN_PACKAGE* pPassthroughPackage, |
160 | __in BOOTSTRAPPER_COMMAND* pCommand, | 160 | __in BOOTSTRAPPER_COMMAND* pCommand, |
161 | __in_z_opt LPCWSTR wzAppendLogPath, | 161 | __in_z_opt LPCWSTR wzAppendLogPath, |
162 | __in_z_opt LPWSTR wzActiveParent, | 162 | __in_z_opt LPCWSTR wzActiveParent, |
163 | __in_z_opt LPWSTR wzAncestors, | 163 | __in_z_opt LPCWSTR wzAncestors, |
164 | __in BURN_PACKAGE* pPackage | 164 | __in BURN_PACKAGE* pPackage |
165 | ) | 165 | ) |
166 | { | 166 | { |