diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-08-03 15:41:34 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-08-04 10:03:57 -0500 |
commit | ce8acddf52bde840571535c3dfd56a2371d80684 (patch) | |
tree | 8c462caa2642bfddcb644f1353f321ecceeb2aca /src/burn/engine/registration.h | |
parent | 6d7a275edafb3ae0f3cff94d66503a82dafb71f7 (diff) | |
download | wix-ce8acddf52bde840571535c3dfd56a2371d80684.tar.gz wix-ce8acddf52bde840571535c3dfd56a2371d80684.tar.bz2 wix-ce8acddf52bde840571535c3dfd56a2371d80684.zip |
Add BURN_DEPENDENCIES struct to store Dependency state.
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r-- | src/burn/engine/registration.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h index aa5bf842..4da792d3 100644 --- a/src/burn/engine/registration.h +++ b/src/burn/engine/registration.h | |||
@@ -110,7 +110,6 @@ typedef struct _BURN_REGISTRATION | |||
110 | DWORD cPatchCodes; | 110 | DWORD cPatchCodes; |
111 | 111 | ||
112 | VERUTIL_VERSION* pVersion; | 112 | VERUTIL_VERSION* pVersion; |
113 | LPWSTR sczActiveParent; | ||
114 | LPWSTR sczProviderKey; | 113 | LPWSTR sczProviderKey; |
115 | LPWSTR sczExecutableName; | 114 | LPWSTR sczExecutableName; |
116 | 115 | ||
@@ -145,12 +144,8 @@ typedef struct _BURN_REGISTRATION | |||
145 | BURN_UPDATE_REGISTRATION update; | 144 | BURN_UPDATE_REGISTRATION update; |
146 | 145 | ||
147 | BURN_RELATED_BUNDLES relatedBundles; // Only valid after detect. | 146 | BURN_RELATED_BUNDLES relatedBundles; // Only valid after detect. |
148 | DEPENDENCY* rgIgnoredDependencies; // Only valid after detect. | ||
149 | UINT cIgnoredDependencies; // Only valid after detect. | ||
150 | DEPENDENCY* rgDependents; // Only valid after detect. | 147 | DEPENDENCY* rgDependents; // Only valid after detect. |
151 | UINT cDependents; // Only valid after detect. | 148 | UINT cDependents; // Only valid after detect. |
152 | BOOL fIgnoreAllDependents; // Only valid after detect. | ||
153 | LPCWSTR wzSelfDependent; // Only valid after detect. | ||
154 | BOOL fSelfRegisteredAsDependent; // Only valid after detect. | 149 | BOOL fSelfRegisteredAsDependent; // Only valid after detect. |
155 | BOOL fParentRegisteredAsDependent; // Only valid after detect. | 150 | BOOL fParentRegisteredAsDependent; // Only valid after detect. |
156 | BOOL fForwardCompatibleBundleExists; // Only valid after detect. | 151 | BOOL fForwardCompatibleBundleExists; // Only valid after detect. |