aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-24 17:30:28 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-02 15:47:43 -0600
commit7cf03f0ecc0a54062548656fadcacfba996cd459 (patch)
treec2c64373a13e63dab20a0e8a0692459956c185ec /src/engine/plan.cpp
parentb5c4d92528dd088d0065c634eb1a353c424a4441 (diff)
downloadwix-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.cpp2
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