From 100944a40f363c1a8ce0cd8c5c27728d1db0912e Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Feb 2021 17:42:31 -0600 Subject: Let the BA request the bundle to stay installed from OnUnregisterBegin. #6297 --- src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.BootstrapperCore.Native') diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index 0a89b3f4..6cf3477c 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h @@ -1089,12 +1089,13 @@ struct BA_ONSYSTEMSHUTDOWN_RESULTS struct BA_ONUNREGISTERBEGIN_ARGS { DWORD cbSize; + BOOL fKeepRegistration; }; struct BA_ONUNREGISTERBEGIN_RESULTS { DWORD cbSize; - BOOL fCancel; + BOOL fForceKeepRegistration; }; struct BA_ONUNREGISTERCOMPLETE_ARGS -- cgit v1.2.3-55-g6feb