summaryrefslogtreecommitdiff
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, 1 insertions, 2 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h
index 58c883da..c07be962 100644
--- a/src/burn/engine/registration.h
+++ b/src/burn/engine/registration.h
@@ -95,7 +95,7 @@ typedef struct _BURN_SOFTWARE_TAGS
95typedef struct _BURN_REGISTRATION 95typedef struct _BURN_REGISTRATION
96{ 96{
97 BOOL fPerMachine; 97 BOOL fPerMachine;
98 BOOL fRegisterArp; 98 BOOL fForceSystemComponent;
99 BOOL fDisableResume; 99 BOOL fDisableResume;
100 BOOL fCached; 100 BOOL fCached;
101 BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType; 101 BOOTSTRAPPER_REGISTRATION_TYPE detectedRegistrationType;
@@ -140,7 +140,6 @@ typedef struct _BURN_REGISTRATION
140 LPWSTR sczContact; 140 LPWSTR sczContact;
141 //DWORD64 qwEstimatedSize; // TODO: size should come from disk cost calculation 141 //DWORD64 qwEstimatedSize; // TODO: size should come from disk cost calculation
142 BURN_REGISTRATION_MODIFY_TYPE modify; 142 BURN_REGISTRATION_MODIFY_TYPE modify;
143 BOOL fNoRemoveDefined;
144 BOOL fNoRemove; 143 BOOL fNoRemove;
145 144
146 BURN_SOFTWARE_TAGS softwareTags; 145 BURN_SOFTWARE_TAGS softwareTags;