From 72e20f682c0d64102e86439ba5527dd0d71932ae Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 22 Apr 2022 16:55:29 -0500 Subject: Add RepairCondition. Fixes 6758 --- .../WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native') diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index fbbd10ee..f0b5dad4 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h @@ -1243,6 +1243,7 @@ struct BA_ONPLANPACKAGEBEGIN_ARGS BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition; BOOTSTRAPPER_REQUEST_STATE recommendedState; BOOTSTRAPPER_CACHE_TYPE recommendedCacheType; + BOOTSTRAPPER_PACKAGE_CONDITION_RESULT repairCondition; }; struct BA_ONPLANPACKAGEBEGIN_RESULTS -- cgit v1.2.3-55-g6feb