diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-07 18:40:09 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-08 17:14:11 -0600 |
commit | 1d58b3333d1d694d08b68f6c87223aa504bfe773 (patch) | |
tree | c9f0849b7d517c9362fbdee8822ec756f23d602b /src/api | |
parent | 19d85eed389fbd964f64c2fbb85e40ec20439d26 (diff) | |
download | wix-1d58b3333d1d694d08b68f6c87223aa504bfe773.tar.gz wix-1d58b3333d1d694d08b68f6c87223aa504bfe773.tar.bz2 wix-1d58b3333d1d694d08b68f6c87223aa504bfe773.zip |
Remove MEND.
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 2 | ||||
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/IBootstrapperEngine.cs | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index 9c9b38a5..56405685 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |||
@@ -37,7 +37,6 @@ enum BOOTSTRAPPER_ACTION_STATE | |||
37 | BOOTSTRAPPER_ACTION_STATE_UNINSTALL, | 37 | BOOTSTRAPPER_ACTION_STATE_UNINSTALL, |
38 | BOOTSTRAPPER_ACTION_STATE_INSTALL, | 38 | BOOTSTRAPPER_ACTION_STATE_INSTALL, |
39 | BOOTSTRAPPER_ACTION_STATE_MODIFY, | 39 | BOOTSTRAPPER_ACTION_STATE_MODIFY, |
40 | BOOTSTRAPPER_ACTION_STATE_MEND, | ||
41 | BOOTSTRAPPER_ACTION_STATE_REPAIR, | 40 | BOOTSTRAPPER_ACTION_STATE_REPAIR, |
42 | BOOTSTRAPPER_ACTION_STATE_MINOR_UPGRADE, | 41 | BOOTSTRAPPER_ACTION_STATE_MINOR_UPGRADE, |
43 | }; | 42 | }; |
@@ -58,7 +57,6 @@ enum BOOTSTRAPPER_REQUEST_STATE | |||
58 | BOOTSTRAPPER_REQUEST_STATE_ABSENT, | 57 | BOOTSTRAPPER_REQUEST_STATE_ABSENT, |
59 | BOOTSTRAPPER_REQUEST_STATE_CACHE, | 58 | BOOTSTRAPPER_REQUEST_STATE_CACHE, |
60 | BOOTSTRAPPER_REQUEST_STATE_PRESENT, | 59 | BOOTSTRAPPER_REQUEST_STATE_PRESENT, |
61 | BOOTSTRAPPER_REQUEST_STATE_MEND, | ||
62 | BOOTSTRAPPER_REQUEST_STATE_REPAIR, | 60 | BOOTSTRAPPER_REQUEST_STATE_REPAIR, |
63 | }; | 61 | }; |
64 | 62 | ||
diff --git a/src/api/burn/WixToolset.Mba.Core/IBootstrapperEngine.cs b/src/api/burn/WixToolset.Mba.Core/IBootstrapperEngine.cs index 4e19bf0f..681c6f2c 100644 --- a/src/api/burn/WixToolset.Mba.Core/IBootstrapperEngine.cs +++ b/src/api/burn/WixToolset.Mba.Core/IBootstrapperEngine.cs | |||
@@ -310,11 +310,6 @@ namespace WixToolset.Mba.Core | |||
310 | /// <summary> | 310 | /// <summary> |
311 | /// | 311 | /// |
312 | /// </summary> | 312 | /// </summary> |
313 | Mend, | ||
314 | |||
315 | /// <summary> | ||
316 | /// | ||
317 | /// </summary> | ||
318 | Repair, | 313 | Repair, |
319 | 314 | ||
320 | /// <summary> | 315 | /// <summary> |
@@ -495,11 +490,6 @@ namespace WixToolset.Mba.Core | |||
495 | /// <summary> | 490 | /// <summary> |
496 | /// | 491 | /// |
497 | /// </summary> | 492 | /// </summary> |
498 | Mend, | ||
499 | |||
500 | /// <summary> | ||
501 | /// | ||
502 | /// </summary> | ||
503 | Repair, | 493 | Repair, |
504 | } | 494 | } |
505 | 495 | ||