diff options
Diffstat (limited to 'src/engine/registration.h')
-rw-r--r-- | src/engine/registration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/registration.h b/src/engine/registration.h index 4aca5a05..bb87b6e9 100644 --- a/src/engine/registration.h +++ b/src/engine/registration.h | |||
@@ -58,6 +58,7 @@ typedef struct _BURN_UPDATE_REGISTRATION | |||
58 | typedef struct _BURN_RELATED_BUNDLE | 58 | typedef struct _BURN_RELATED_BUNDLE |
59 | { | 59 | { |
60 | BOOTSTRAPPER_RELATION_TYPE relationType; | 60 | BOOTSTRAPPER_RELATION_TYPE relationType; |
61 | BOOL fForwardCompatible; | ||
61 | 62 | ||
62 | VERUTIL_VERSION* pVersion; | 63 | VERUTIL_VERSION* pVersion; |
63 | LPWSTR sczTag; | 64 | LPWSTR sczTag; |
@@ -146,14 +147,13 @@ typedef struct _BURN_REGISTRATION | |||
146 | UINT cDependents; // Only valid after detect. | 147 | UINT cDependents; // Only valid after detect. |
147 | LPCWSTR wzSelfDependent; // Only valid after detect. | 148 | LPCWSTR wzSelfDependent; // Only valid after detect. |
148 | BOOL fSelfRegisteredAsDependent; // Only valid after detect. | 149 | BOOL fSelfRegisteredAsDependent; // Only valid after detect. |
150 | BOOL fParentRegisteredAsDependent; // Only valid after detect. | ||
151 | BOOL fForwardCompatibleBundleExists; // Only valid after detect. | ||
149 | BOOL fEligibleForCleanup; // Only valid after detect. | 152 | BOOL fEligibleForCleanup; // Only valid after detect. |
150 | 153 | ||
151 | LPWSTR sczDetectedProviderKeyBundleId; | 154 | LPWSTR sczDetectedProviderKeyBundleId; |
152 | LPWSTR sczAncestors; | 155 | LPWSTR sczAncestors; |
153 | LPWSTR sczBundlePackageAncestors; | 156 | LPWSTR sczBundlePackageAncestors; |
154 | |||
155 | BOOL fEnabledForwardCompatibleBundle; | ||
156 | BURN_PACKAGE forwardCompatibleBundle; | ||
157 | } BURN_REGISTRATION; | 157 | } BURN_REGISTRATION; |
158 | 158 | ||
159 | 159 | ||