diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-08-03 15:41:53 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-08-04 10:03:57 -0500 |
commit | 9ae1c04d5fa02ac020885cdad7c592f7bb43d83e (patch) | |
tree | 2832850289c8b703fa39e5d1c97666331e2310b1 /src/burn/engine/registration.h | |
parent | ce8acddf52bde840571535c3dfd56a2371d80684 (diff) | |
download | wix-9ae1c04d5fa02ac020885cdad7c592f7bb43d83e.tar.gz wix-9ae1c04d5fa02ac020885cdad7c592f7bb43d83e.tar.bz2 wix-9ae1c04d5fa02ac020885cdad7c592f7bb43d83e.zip |
Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.
Diffstat (limited to 'src/burn/engine/registration.h')
-rw-r--r-- | src/burn/engine/registration.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/registration.h b/src/burn/engine/registration.h index 4da792d3..f9411636 100644 --- a/src/burn/engine/registration.h +++ b/src/burn/engine/registration.h | |||
@@ -152,7 +152,6 @@ typedef struct _BURN_REGISTRATION | |||
152 | BOOL fEligibleForCleanup; // Only valid after detect. | 152 | BOOL fEligibleForCleanup; // Only valid after detect. |
153 | 153 | ||
154 | LPWSTR sczDetectedProviderKeyBundleId; | 154 | LPWSTR sczDetectedProviderKeyBundleId; |
155 | LPWSTR sczAncestors; | ||
156 | LPWSTR sczBundlePackageAncestors; | 155 | LPWSTR sczBundlePackageAncestors; |
157 | } BURN_REGISTRATION; | 156 | } BURN_REGISTRATION; |
158 | 157 | ||