diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-15 10:48:06 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-30 15:00:45 -0600 |
| commit | 9e2cda60e3852660f235beb5e0af1c746d0045e6 (patch) | |
| tree | 8fca357e80bf638750fe900c4803a081e16adee8 /src/api/burn/WixToolset.BootstrapperCore.Native/inc | |
| parent | 07599b27596af68f0917c1afc6a748af3a3cda2f (diff) | |
| download | wix-9e2cda60e3852660f235beb5e0af1c746d0045e6.tar.gz wix-9e2cda60e3852660f235beb5e0af1c746d0045e6.tar.bz2 wix-9e2cda60e3852660f235beb5e0af1c746d0045e6.zip | |
FilesInUse messages are too different to unify in the Burn engine.
Fixes #6348
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index e5f924c8..c2641b5f 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
| @@ -38,6 +38,13 @@ enum BOOTSTRAPPER_ERROR_TYPE | |||
| 38 | BOOTSTRAPPER_ERROR_TYPE_APPLY, // error occurred during apply. | 38 | BOOTSTRAPPER_ERROR_TYPE_APPLY, // error occurred during apply. |
| 39 | }; | 39 | }; |
| 40 | 40 | ||
| 41 | enum BOOTSTRAPPER_FILES_IN_USE_TYPE | ||
| 42 | { | ||
| 43 | BOOTSTRAPPER_FILES_IN_USE_TYPE_MSI, // INSTALLMESSAGE_FILESINUSE | ||
| 44 | BOOTSTRAPPER_FILES_IN_USE_TYPE_MSI_RM, // INSTALLMESSAGE_RMFILESINUSE | ||
| 45 | BOOTSTRAPPER_FILES_IN_USE_TYPE_NETFX, // MMIO_CLOSE_APPS | ||
| 46 | }; | ||
| 47 | |||
| 41 | enum BOOTSTRAPPER_RELATED_OPERATION | 48 | enum BOOTSTRAPPER_RELATED_OPERATION |
| 42 | { | 49 | { |
| 43 | BOOTSTRAPPER_RELATED_OPERATION_NONE, | 50 | BOOTSTRAPPER_RELATED_OPERATION_NONE, |
| @@ -874,6 +881,7 @@ struct BA_ONEXECUTEFILESINUSE_ARGS | |||
| 874 | DWORD cFiles; | 881 | DWORD cFiles; |
| 875 | LPCWSTR* rgwzFiles; | 882 | LPCWSTR* rgwzFiles; |
| 876 | int nRecommendation; | 883 | int nRecommendation; |
| 884 | BOOTSTRAPPER_FILES_IN_USE_TYPE source; | ||
| 877 | }; | 885 | }; |
| 878 | 886 | ||
| 879 | struct BA_ONEXECUTEFILESINUSE_RESULTS | 887 | struct BA_ONEXECUTEFILESINUSE_RESULTS |
