diff options
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native')
| -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, |
