From dea25ba9bcfd65200b60339c2e4bc060cdf20723 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 7 Mar 2024 01:44:51 -0800 Subject: Move wixstdba functions to Bal.wixext build --- src/api/burn/inc/BootstrapperApplication.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/api/burn/inc') diff --git a/src/api/burn/inc/BootstrapperApplication.h b/src/api/burn/inc/BootstrapperApplication.h index 79b1df80..8b945b77 100644 --- a/src/api/burn/inc/BootstrapperApplication.h +++ b/src/api/burn/inc/BootstrapperApplication.h @@ -729,21 +729,6 @@ struct BA_ONCREATE_ARGS { DWORD dwApiVersion; BOOTSTRAPPER_COMMAND command; - // BOOTSTRAPPER_ACTION action; - // BOOTSTRAPPER_DISPLAY display; - - // LPWSTR wzCommandLine; - // INT32 nCmdShow; - - // BOOTSTRAPPER_RESUME_TYPE resumeType; - // HWND hwndSplashScreen; - - // BOOTSTRAPPER_RELATION_TYPE relationType; - // BOOL fPassthrough; - - // LPWSTR wzLayoutDirectory; - // LPWSTR wzBootstrapperWorkingFolder; - // LPWSTR wzBootstrapperApplicationDataPath; }; struct BA_ONCREATE_RESULTS -- cgit v1.2.3-55-g6feb