diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-05-03 15:30:50 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-05-04 10:05:21 -0500 |
| commit | 29f7e00586412163a20e298fbf84505f8a917425 (patch) | |
| tree | 30257a3544f6982ded159443ebed0eb933f11a51 /src/api/burn/WixToolset.BootstrapperCore.Native/inc | |
| parent | 41d2c12d60ee84cefc26ec99abb328701883c8f5 (diff) | |
| download | wix-29f7e00586412163a20e298fbf84505f8a917425.tar.gz wix-29f7e00586412163a20e298fbf84505f8a917425.tar.bz2 wix-29f7e00586412163a20e298fbf84505f8a917425.zip | |
Only block shutdown during Apply.
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index f0b5dad4..228cb6ff 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
| @@ -149,7 +149,6 @@ enum BOOTSTRAPPER_APPLICATION_MESSAGE | |||
| 149 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONPLANCOMPLETE, | 149 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONPLANCOMPLETE, |
| 150 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONSTARTUP, | 150 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONSTARTUP, |
| 151 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONSHUTDOWN, | 151 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONSHUTDOWN, |
| 152 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONSYSTEMSHUTDOWN, | ||
| 153 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONDETECTFORWARDCOMPATIBLEBUNDLE, | 152 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONDETECTFORWARDCOMPATIBLEBUNDLE, |
| 154 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONDETECTUPDATEBEGIN, | 153 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONDETECTUPDATEBEGIN, |
| 155 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONDETECTUPDATE, | 154 | BOOTSTRAPPER_APPLICATION_MESSAGE_ONDETECTUPDATE, |
| @@ -1463,18 +1462,6 @@ struct BA_ONSYSTEMRESTOREPOINTCOMPLETE_RESULTS | |||
| 1463 | DWORD cbSize; | 1462 | DWORD cbSize; |
| 1464 | }; | 1463 | }; |
| 1465 | 1464 | ||
| 1466 | struct BA_ONSYSTEMSHUTDOWN_ARGS | ||
| 1467 | { | ||
| 1468 | DWORD cbSize; | ||
| 1469 | DWORD dwEndSession; | ||
| 1470 | }; | ||
| 1471 | |||
| 1472 | struct BA_ONSYSTEMSHUTDOWN_RESULTS | ||
| 1473 | { | ||
| 1474 | DWORD cbSize; | ||
| 1475 | BOOL fCancel; | ||
| 1476 | }; | ||
| 1477 | |||
| 1478 | struct BA_ONUNREGISTERBEGIN_ARGS | 1465 | struct BA_ONUNREGISTERBEGIN_ARGS |
| 1479 | { | 1466 | { |
| 1480 | DWORD cbSize; | 1467 | DWORD cbSize; |
