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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h
index 361c379d..f340999a 100644
--- a/src/burn/engine/registration.h
+++ b/src/burn/engine/registration.h
@@ -97,11 +97,12 @@ typedef struct _BURN_REGISTRATION
97 // For configurable-scope bundles, fPerMachine is only valid after 97 // For configurable-scope bundles, fPerMachine is only valid after
98 // planning when scope is known. For fixed per-machine or per-user 98 // planning when scope is known. For fixed per-machine or per-user
99 // bundles, valid immediately. 99 // bundles, valid immediately.
100 BOOL fPerMachine; 100 BOOL fPerMachine;
101 BOOL fForceSystemComponent; 101 BOOL fForceSystemComponent;
102 BOOL fDisableResume; 102 BOOL fDisableResume;
103 BOOL fCached; 103 BOOL fCached;
104 BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType; 104 BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType;
105 BOOTSTRAPPER_SCOPE detectedScope;
105 BOOTSTRAPPER_PACKAGE_SCOPE scope; 106 BOOTSTRAPPER_PACKAGE_SCOPE scope;
106 LPWSTR sczCode; 107 LPWSTR sczCode;
107 LPWSTR sczTag; 108 LPWSTR sczTag;