diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-07 01:44:51 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
commit | dea25ba9bcfd65200b60339c2e4bc060cdf20723 (patch) | |
tree | 91dae5127a7eeb4f0e59252194fc7ec7153a2781 /src/api/burn/inc | |
parent | 3d2d46f62fc01e2653d0251ad9703090574e7c41 (diff) | |
download | wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.gz wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.tar.bz2 wix-dea25ba9bcfd65200b60339c2e4bc060cdf20723.zip |
Move wixstdba functions to Bal.wixext build
Diffstat (limited to 'src/api/burn/inc')
-rw-r--r-- | src/api/burn/inc/BootstrapperApplication.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 | |||
729 | { | 729 | { |
730 | DWORD dwApiVersion; | 730 | DWORD dwApiVersion; |
731 | BOOTSTRAPPER_COMMAND command; | 731 | BOOTSTRAPPER_COMMAND command; |
732 | // BOOTSTRAPPER_ACTION action; | ||
733 | // BOOTSTRAPPER_DISPLAY display; | ||
734 | |||
735 | // LPWSTR wzCommandLine; | ||
736 | // INT32 nCmdShow; | ||
737 | |||
738 | // BOOTSTRAPPER_RESUME_TYPE resumeType; | ||
739 | // HWND hwndSplashScreen; | ||
740 | |||
741 | // BOOTSTRAPPER_RELATION_TYPE relationType; | ||
742 | // BOOL fPassthrough; | ||
743 | |||
744 | // LPWSTR wzLayoutDirectory; | ||
745 | // LPWSTR wzBootstrapperWorkingFolder; | ||
746 | // LPWSTR wzBootstrapperApplicationDataPath; | ||
747 | }; | 732 | }; |
748 | 733 | ||
749 | struct BA_ONCREATE_RESULTS | 734 | struct BA_ONCREATE_RESULTS |