diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-22 20:23:43 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-22 23:37:57 -0600 |
commit | 8e8f724d90c6835febb8b5865009746aea73a334 (patch) | |
tree | b255c0a7232af8d24bcf44fd476b95bdfdcfe777 /src/burn/engine/plan.h | |
parent | 0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5 (diff) | |
download | wix-8e8f724d90c6835febb8b5865009746aea73a334.tar.gz wix-8e8f724d90c6835febb8b5865009746aea73a334.tar.bz2 wix-8e8f724d90c6835febb8b5865009746aea73a334.zip |
Add UnsafeUninstall action.
Fixes #6721
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r-- | src/burn/engine/plan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h index 3dce8e5d..c0936970 100644 --- a/src/burn/engine/plan.h +++ b/src/burn/engine/plan.h | |||
@@ -248,7 +248,6 @@ typedef struct _BURN_PLAN | |||
248 | BOOL fDisallowRemoval; | 248 | BOOL fDisallowRemoval; |
249 | BOOL fDisableRollback; | 249 | BOOL fDisableRollback; |
250 | BOOL fAffectedMachineState; | 250 | BOOL fAffectedMachineState; |
251 | BOOL fIgnoreAllDependents; | ||
252 | LPWSTR sczLayoutDirectory; | 251 | LPWSTR sczLayoutDirectory; |
253 | BOOL fBundleAlreadyRegistered; | 252 | BOOL fBundleAlreadyRegistered; |
254 | 253 | ||