diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-04 14:43:06 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-05 13:52:11 -0500 |
commit | 44c2ca035c1a5d52a6b3299ba3abbb8b88f7f1c0 (patch) | |
tree | 0414e7d41d2f1389b1007984dd3df50cb4dba88e /src/burn/engine/registration.h | |
parent | 5ac804d68360fc8a2f66ec020e1fe2536792f179 (diff) | |
download | wix-44c2ca035c1a5d52a6b3299ba3abbb8b88f7f1c0.tar.gz wix-44c2ca035c1a5d52a6b3299ba3abbb8b88f7f1c0.tar.bz2 wix-44c2ca035c1a5d52a6b3299ba3abbb8b88f7f1c0.zip |
Move the logic of a bundle registering as a system component into Burn.
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r-- | src/burn/engine/registration.h | 3 |
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 | |||
95 | typedef struct _BURN_REGISTRATION | 95 | typedef 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; |