diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-22 20:23:43 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-22 23:37:57 -0600 |
| commit | 8e8f724d90c6835febb8b5865009746aea73a334 (patch) | |
| tree | b255c0a7232af8d24bcf44fd476b95bdfdcfe777 /src/api/burn/WixToolset.BootstrapperCore.Native/inc | |
| parent | 0740d93ca8be06ec0e5da5b51ceff52f67ab5bf5 (diff) | |
| download | wix-8e8f724d90c6835febb8b5865009746aea73a334.tar.gz wix-8e8f724d90c6835febb8b5865009746aea73a334.tar.bz2 wix-8e8f724d90c6835febb8b5865009746aea73a334.zip | |
Add UnsafeUninstall action.
Fixes #6721
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index d45c7b2a..cdb01330 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |||
| @@ -15,13 +15,12 @@ extern "C" { | |||
| 15 | 15 | ||
| 16 | static const HRESULT E_SUSPECTED_AV_INTERFERENCE = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIX, 2000); | 16 | static const HRESULT E_SUSPECTED_AV_INTERFERENCE = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIX, 2000); |
| 17 | 17 | ||
| 18 | // Note that ordering of the enumeration values is important. | ||
| 19 | // Some code paths use < or > comparisions and simply reording values will break those comparisons. | ||
| 20 | enum BOOTSTRAPPER_ACTION | 18 | enum BOOTSTRAPPER_ACTION |
| 21 | { | 19 | { |
| 22 | BOOTSTRAPPER_ACTION_UNKNOWN, | 20 | BOOTSTRAPPER_ACTION_UNKNOWN, |
| 23 | BOOTSTRAPPER_ACTION_HELP, | 21 | BOOTSTRAPPER_ACTION_HELP, |
| 24 | BOOTSTRAPPER_ACTION_LAYOUT, | 22 | BOOTSTRAPPER_ACTION_LAYOUT, |
| 23 | BOOTSTRAPPER_ACTION_UNSAFE_UNINSTALL, | ||
| 25 | BOOTSTRAPPER_ACTION_UNINSTALL, | 24 | BOOTSTRAPPER_ACTION_UNINSTALL, |
| 26 | BOOTSTRAPPER_ACTION_CACHE, | 25 | BOOTSTRAPPER_ACTION_CACHE, |
| 27 | BOOTSTRAPPER_ACTION_INSTALL, | 26 | BOOTSTRAPPER_ACTION_INSTALL, |
