diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-24 17:30:28 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:47:43 -0600 |
| commit | 7cf03f0ecc0a54062548656fadcacfba996cd459 (patch) | |
| tree | c2c64373a13e63dab20a0e8a0692459956c185ec /src/engine/plan.cpp | |
| parent | b5c4d92528dd088d0065c634eb1a353c424a4441 (diff) | |
| download | wix-7cf03f0ecc0a54062548656fadcacfba996cd459.tar.gz wix-7cf03f0ecc0a54062548656fadcacfba996cd459.tar.bz2 wix-7cf03f0ecc0a54062548656fadcacfba996cd459.zip | |
Loosen restrictions for actions that don't affect machine state.
Diffstat (limited to 'src/engine/plan.cpp')
| -rw-r--r-- | src/engine/plan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp index b3cb0ee3..d6cc63ad 100644 --- a/src/engine/plan.cpp +++ b/src/engine/plan.cpp | |||
| @@ -519,7 +519,7 @@ extern "C" HRESULT PlanRegistration( | |||
| 519 | STRINGDICT_HANDLE sdBundleDependents = NULL; | 519 | STRINGDICT_HANDLE sdBundleDependents = NULL; |
| 520 | STRINGDICT_HANDLE sdIgnoreDependents = NULL; | 520 | STRINGDICT_HANDLE sdIgnoreDependents = NULL; |
| 521 | 521 | ||
| 522 | pPlan->fRegister = TRUE; // register the bundle since we're modifying machine state. | 522 | pPlan->fCanAffectMachineState = TRUE; // register the bundle since we're modifying machine state. |
| 523 | 523 | ||
| 524 | pPlan->fDisallowRemoval = FALSE; // by default the bundle can be planned to be removed | 524 | pPlan->fDisallowRemoval = FALSE; // by default the bundle can be planned to be removed |
| 525 | 525 | ||
