diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-07-02 10:18:08 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-07-02 12:50:09 -0500 |
commit | f43d176f95601ff7524e06247166d4f3b6e61c05 (patch) | |
tree | 2e3580ca60c85e1d07a0ab4a2b1279d25fd41f6c /src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |
parent | 9bdf3730cd43e1af8a4ea9be6cf2fba77fcff2d2 (diff) | |
download | wix-f43d176f95601ff7524e06247166d4f3b6e61c05.tar.gz wix-f43d176f95601ff7524e06247166d4f3b6e61c05.tar.bz2 wix-f43d176f95601ff7524e06247166d4f3b6e61c05.zip |
Make the BA responsible for parsing restart prompt behavior.
Fixes #4975
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index 56f6b361..8301d45f 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
@@ -11,15 +11,6 @@ enum BOOTSTRAPPER_DISPLAY | |||
11 | BOOTSTRAPPER_DISPLAY_FULL, | 11 | BOOTSTRAPPER_DISPLAY_FULL, |
12 | }; | 12 | }; |
13 | 13 | ||
14 | enum BOOTSTRAPPER_RESTART | ||
15 | { | ||
16 | BOOTSTRAPPER_RESTART_UNKNOWN, | ||
17 | BOOTSTRAPPER_RESTART_NEVER, | ||
18 | BOOTSTRAPPER_RESTART_PROMPT, | ||
19 | BOOTSTRAPPER_RESTART_AUTOMATIC, | ||
20 | BOOTSTRAPPER_RESTART_ALWAYS, | ||
21 | }; | ||
22 | |||
23 | enum BOOTSTRAPPER_REGISTRATION_TYPE | 14 | enum BOOTSTRAPPER_REGISTRATION_TYPE |
24 | { | 15 | { |
25 | BOOTSTRAPPER_REGISTRATION_TYPE_NONE, // The engine will ignore NONE if it recommended INPROGRESS or FULL. | 16 | BOOTSTRAPPER_REGISTRATION_TYPE_NONE, // The engine will ignore NONE if it recommended INPROGRESS or FULL. |
@@ -286,7 +277,6 @@ struct BOOTSTRAPPER_COMMAND | |||
286 | DWORD cbSize; | 277 | DWORD cbSize; |
287 | BOOTSTRAPPER_ACTION action; | 278 | BOOTSTRAPPER_ACTION action; |
288 | BOOTSTRAPPER_DISPLAY display; | 279 | BOOTSTRAPPER_DISPLAY display; |
289 | BOOTSTRAPPER_RESTART restart; | ||
290 | 280 | ||
291 | LPWSTR wzCommandLine; | 281 | LPWSTR wzCommandLine; |
292 | int nCmdShow; | 282 | int nCmdShow; |