aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-13 18:16:55 -0700
committerRob Mensching <rob@firegiant.com>2021-04-14 12:15:52 -0700
commitd32f770ca05748df9e356444c7e617d5eeedb60c (patch)
tree5a866f82950f9047aab6d7655ba538bcdbfb2535 /src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
parent6f7bb97daa1ae6bf2486b1c566c29e1b524b7548 (diff)
downloadwix-d32f770ca05748df9e356444c7e617d5eeedb60c.tar.gz
wix-d32f770ca05748df9e356444c7e617d5eeedb60c.tar.bz2
wix-d32f770ca05748df9e356444c7e617d5eeedb60c.zip
Allow BA to update feed source
Fixes wixtoolset/issues#5568
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
index 99e9b9f0..0a974563 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
@@ -112,6 +112,7 @@ enum BOOTSTRAPPER_ENGINE_MESSAGE
112 BOOTSTRAPPER_ENGINE_MESSAGE_APPLY, 112 BOOTSTRAPPER_ENGINE_MESSAGE_APPLY,
113 BOOTSTRAPPER_ENGINE_MESSAGE_QUIT, 113 BOOTSTRAPPER_ENGINE_MESSAGE_QUIT,
114 BOOTSTRAPPER_ENGINE_MESSAGE_LAUNCHAPPROVEDEXE, 114 BOOTSTRAPPER_ENGINE_MESSAGE_LAUNCHAPPROVEDEXE,
115 BOOTSTRAPPER_ENGINE_MESSAGE_SETUPDATESOURCE,
115 BOOTSTRAPPER_ENGINE_MESSAGE_COMPAREVERSIONS, 116 BOOTSTRAPPER_ENGINE_MESSAGE_COMPAREVERSIONS,
116}; 117};
117 118
@@ -276,6 +277,17 @@ typedef struct _BAENGINE_LAUNCHAPPROVEDEXE_RESULTS
276 DWORD cbSize; 277 DWORD cbSize;
277} BAENGINE_LAUNCHAPPROVEDEXE_RESULTS; 278} BAENGINE_LAUNCHAPPROVEDEXE_RESULTS;
278 279
280typedef struct _BAENGINE_SETUPDATESOURCE_ARGS
281{
282 DWORD cbSize;
283 LPCWSTR wzUrl;
284} BAENGINE_SETUPDATESOURCE_ARGS;
285
286typedef struct _BAENGINE_SETUPDATESOURCE_RESULTS
287{
288 DWORD cbSize;
289} BAENGINE_SETUPDATESOURCE_RESULTS;
290
279typedef struct _BAENGINE_LOG_ARGS 291typedef struct _BAENGINE_LOG_ARGS
280{ 292{
281 DWORD cbSize; 293 DWORD cbSize;