diff options
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r-- | src/engine/plan.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h index 54cfe59d..89f4b4bf 100644 --- a/src/engine/plan.h +++ b/src/engine/plan.h | |||
@@ -245,7 +245,9 @@ typedef struct _BURN_EXECUTE_ACTION | |||
245 | BURN_PACKAGE* pPackage; | 245 | BURN_PACKAGE* pPackage; |
246 | LPWSTR sczLogPath; | 246 | LPWSTR sczLogPath; |
247 | DWORD dwLoggingAttributes; | 247 | DWORD dwLoggingAttributes; |
248 | BURN_MSI_PROPERTY actionMsiProperty; | ||
248 | INSTALLUILEVEL uiLevel; | 249 | INSTALLUILEVEL uiLevel; |
250 | BOOL fDisableExternalUiHandler; | ||
249 | BOOTSTRAPPER_ACTION_STATE action; | 251 | BOOTSTRAPPER_ACTION_STATE action; |
250 | 252 | ||
251 | BOOTSTRAPPER_FEATURE_ACTION* rgFeatures; | 253 | BOOTSTRAPPER_FEATURE_ACTION* rgFeatures; |
@@ -262,7 +264,9 @@ typedef struct _BURN_EXECUTE_ACTION | |||
262 | BOOL fSlipstream; | 264 | BOOL fSlipstream; |
263 | BOOL fPerMachineTarget; | 265 | BOOL fPerMachineTarget; |
264 | LPWSTR sczLogPath; | 266 | LPWSTR sczLogPath; |
267 | BURN_MSI_PROPERTY actionMsiProperty; | ||
265 | INSTALLUILEVEL uiLevel; | 268 | INSTALLUILEVEL uiLevel; |
269 | BOOL fDisableExternalUiHandler; | ||
266 | BOOTSTRAPPER_ACTION_STATE action; | 270 | BOOTSTRAPPER_ACTION_STATE action; |
267 | 271 | ||
268 | BURN_ORDERED_PATCHES* rgOrderedPatches; | 272 | BURN_ORDERED_PATCHES* rgOrderedPatches; |
@@ -404,7 +408,6 @@ HRESULT PlanPackages( | |||
404 | __in BURN_LOGGING* pLog, | 408 | __in BURN_LOGGING* pLog, |
405 | __in BURN_VARIABLES* pVariables, | 409 | __in BURN_VARIABLES* pVariables, |
406 | __in BOOL fBundleInstalled, | 410 | __in BOOL fBundleInstalled, |
407 | __in BOOTSTRAPPER_DISPLAY display, | ||
408 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 411 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
409 | __in_z_opt LPCWSTR wzLayoutDirectory, | 412 | __in_z_opt LPCWSTR wzLayoutDirectory, |
410 | __inout HANDLE* phSyncpointEvent | 413 | __inout HANDLE* phSyncpointEvent |
@@ -423,7 +426,6 @@ HRESULT PlanPassThroughBundle( | |||
423 | __in BURN_PLAN* pPlan, | 426 | __in BURN_PLAN* pPlan, |
424 | __in BURN_LOGGING* pLog, | 427 | __in BURN_LOGGING* pLog, |
425 | __in BURN_VARIABLES* pVariables, | 428 | __in BURN_VARIABLES* pVariables, |
426 | __in BOOTSTRAPPER_DISPLAY display, | ||
427 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 429 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
428 | __inout HANDLE* phSyncpointEvent | 430 | __inout HANDLE* phSyncpointEvent |
429 | ); | 431 | ); |
@@ -433,7 +435,6 @@ HRESULT PlanUpdateBundle( | |||
433 | __in BURN_PLAN* pPlan, | 435 | __in BURN_PLAN* pPlan, |
434 | __in BURN_LOGGING* pLog, | 436 | __in BURN_LOGGING* pLog, |
435 | __in BURN_VARIABLES* pVariables, | 437 | __in BURN_VARIABLES* pVariables, |
436 | __in BOOTSTRAPPER_DISPLAY display, | ||
437 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 438 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
438 | __inout HANDLE* phSyncpointEvent | 439 | __inout HANDLE* phSyncpointEvent |
439 | ); | 440 | ); |
@@ -452,7 +453,6 @@ HRESULT PlanCachePackage( | |||
452 | ); | 453 | ); |
453 | HRESULT PlanExecutePackage( | 454 | HRESULT PlanExecutePackage( |
454 | __in BOOL fPerMachine, | 455 | __in BOOL fPerMachine, |
455 | __in BOOTSTRAPPER_DISPLAY display, | ||
456 | __in BURN_USER_EXPERIENCE* pUserExperience, | 456 | __in BURN_USER_EXPERIENCE* pUserExperience, |
457 | __in BURN_PLAN* pPlan, | 457 | __in BURN_PLAN* pPlan, |
458 | __in BURN_PACKAGE* pPackage, | 458 | __in BURN_PACKAGE* pPackage, |