aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal')
-rw-r--r--src/ext/Bal/wixstdba/WixStandardBootstrapperApplication.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/Bal/wixstdba/WixStandardBootstrapperApplication.cpp b/src/ext/Bal/wixstdba/WixStandardBootstrapperApplication.cpp
index 969aca9d..e93dbe90 100644
--- a/src/ext/Bal/wixstdba/WixStandardBootstrapperApplication.cpp
+++ b/src/ext/Bal/wixstdba/WixStandardBootstrapperApplication.cpp
@@ -425,6 +425,7 @@ public: // IBootstrapperApplication
425 __in BOOTSTRAPPER_PACKAGE_STATE state, 425 __in BOOTSTRAPPER_PACKAGE_STATE state,
426 __in BOOL fCached, 426 __in BOOL fCached,
427 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition, 427 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition,
428 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT repairCondition,
428 __in BOOTSTRAPPER_REQUEST_STATE recommendedState, 429 __in BOOTSTRAPPER_REQUEST_STATE recommendedState,
429 __in BOOTSTRAPPER_CACHE_TYPE recommendedCacheType, 430 __in BOOTSTRAPPER_CACHE_TYPE recommendedCacheType,
430 __inout BOOTSTRAPPER_REQUEST_STATE* pRequestState, 431 __inout BOOTSTRAPPER_REQUEST_STATE* pRequestState,
@@ -485,7 +486,7 @@ public: // IBootstrapperApplication
485 } 486 }
486 } 487 }
487 488
488 return CBalBaseBootstrapperApplication::OnPlanPackageBegin(wzPackageId, state, fCached, installCondition, recommendedState, recommendedCacheType, pRequestState, pRequestedCacheType, pfCancel); 489 return CBalBaseBootstrapperApplication::OnPlanPackageBegin(wzPackageId, state, fCached, installCondition, repairCondition, recommendedState, recommendedCacheType, pRequestState, pRequestedCacheType, pfCancel);
489 } 490 }
490 491
491 492