aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r--src/burn/engine/registration.h5
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.