From d5985a1688bc878e42ffd3ce3939fa52303cab16 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 13 May 2022 15:39:40 -0500 Subject: Add option to hosts to always install prereqs. Add PrereqPackage to BundlePackage Implements 4718 --- src/ext/Bal/wixstdba/inc/preqba.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ext/Bal/wixstdba/inc/preqba.h') diff --git a/src/ext/Bal/wixstdba/inc/preqba.h b/src/ext/Bal/wixstdba/inc/preqba.h index 93a547ed..ed339730 100644 --- a/src/ext/Bal/wixstdba/inc/preqba.h +++ b/src/ext/Bal/wixstdba/inc/preqba.h @@ -5,6 +5,7 @@ struct PREQBA_DATA { HRESULT hrHostInitialization; + BOOL fAlwaysInstallPrereqs; BOOL fCompleted; }; -- cgit v1.2.3-55-g6feb