diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-28 16:43:48 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-29 14:05:34 -0500 |
| commit | 752f0e0576dc27e937c553ed9dce5576bd388e95 (patch) | |
| tree | f95013ccb3bdea206cf8879d6bbf2411a04663c6 /src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |
| parent | 7099dd38ab902e7fb92706314fa8710a34f165a5 (diff) | |
| download | wix-752f0e0576dc27e937c553ed9dce5576bd388e95.tar.gz wix-752f0e0576dc27e937c553ed9dce5576bd388e95.tar.bz2 wix-752f0e0576dc27e937c553ed9dce5576bd388e95.zip | |
Let BA override the package's cache type during Plan.
Rename cache types to REMOVE, KEEP, FORCE.
Change implementation of FORCE to not be through CACHED request state.
Create package condition enum so BA can tell when InstallCondition wasn't specified.
Tell BA when package is cached.
Tell BA when package is planned to be cached and uncached.
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h index f6804733..9c9b38a5 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h | |||
| @@ -47,7 +47,6 @@ enum BOOTSTRAPPER_PACKAGE_STATE | |||
| 47 | BOOTSTRAPPER_PACKAGE_STATE_UNKNOWN, | 47 | BOOTSTRAPPER_PACKAGE_STATE_UNKNOWN, |
| 48 | BOOTSTRAPPER_PACKAGE_STATE_OBSOLETE, | 48 | BOOTSTRAPPER_PACKAGE_STATE_OBSOLETE, |
| 49 | BOOTSTRAPPER_PACKAGE_STATE_ABSENT, | 49 | BOOTSTRAPPER_PACKAGE_STATE_ABSENT, |
| 50 | BOOTSTRAPPER_PACKAGE_STATE_CACHED, | ||
| 51 | BOOTSTRAPPER_PACKAGE_STATE_PRESENT, | 50 | BOOTSTRAPPER_PACKAGE_STATE_PRESENT, |
| 52 | BOOTSTRAPPER_PACKAGE_STATE_SUPERSEDED, | 51 | BOOTSTRAPPER_PACKAGE_STATE_SUPERSEDED, |
| 53 | }; | 52 | }; |
