summaryrefslogtreecommitdiff
path: root/src/burn/engine/plan.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-03-16 15:20:15 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-03-16 20:14:37 -0500
commit8c9ca787bee29f969cd7ca9aeaa46626d557d196 (patch)
tree8a7278a4035b584e1f1585e3215766af3ca0a62b /src/burn/engine/plan.h
parentc1694843f7c54c7f9feb3f7074a31ff8499c9644 (diff)
downloadwix-8c9ca787bee29f969cd7ca9aeaa46626d557d196.tar.gz
wix-8c9ca787bee29f969cd7ca9aeaa46626d557d196.tar.bz2
wix-8c9ca787bee29f969cd7ca9aeaa46626d557d196.zip
Add WixBundleCommandLineAction, don't set dynamic variables at startup.
Fixes 6736
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r--src/burn/engine/plan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h
index e73cbcfa..834d2567 100644
--- a/src/burn/engine/plan.h
+++ b/src/burn/engine/plan.h
@@ -306,6 +306,7 @@ typedef struct _BURN_PLAN
306 306
307void PlanReset( 307void PlanReset(
308 __in BURN_PLAN* pPlan, 308 __in BURN_PLAN* pPlan,
309 __in BURN_VARIABLES* pVariables,
309 __in BURN_CONTAINERS* pContainers, 310 __in BURN_CONTAINERS* pContainers,
310 __in BURN_PACKAGES* pPackages, 311 __in BURN_PACKAGES* pPackages,
311 __in BURN_PAYLOAD_GROUP* pLayoutPayloads 312 __in BURN_PAYLOAD_GROUP* pLayoutPayloads