aboutsummaryrefslogtreecommitdiff
path: root/src/engine/registration.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-15 17:36:45 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-22 20:25:06 -0600
commitdbd55be5e707f07eb044c8c7f13c3dfd246148c0 (patch)
tree3c1628524caf1e64f4a8aafc917988424977ba02 /src/engine/registration.h
parentb6862716cd27cefa541b85c63dd30dc3f0749d87 (diff)
downloadwix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.gz
wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.bz2
wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.zip
Initialize exe package ancestors during CoreInitialize instead of Plan.
Diffstat (limited to 'src/engine/registration.h')
-rw-r--r--src/engine/registration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/registration.h b/src/engine/registration.h
index 55d5a4c8..56bcb1f0 100644
--- a/src/engine/registration.h
+++ b/src/engine/registration.h
@@ -150,6 +150,7 @@ typedef struct _BURN_REGISTRATION
150 150
151 LPWSTR sczDetectedProviderKeyBundleId; 151 LPWSTR sczDetectedProviderKeyBundleId;
152 LPWSTR sczAncestors; 152 LPWSTR sczAncestors;
153 LPWSTR sczBundlePackageAncestors;
153 154
154 BOOL fEnabledForwardCompatibleBundle; 155 BOOL fEnabledForwardCompatibleBundle;
155 BURN_PACKAGE forwardCompatibleBundle; 156 BURN_PACKAGE forwardCompatibleBundle;