diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-10 18:18:38 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-11 20:24:18 -0600 |
| commit | af68033509730ffe01602f839861a47287bb709f (patch) | |
| tree | 2960f6cdd023e74a4ca2bbc49d0294b7bfbed5c5 /src/WixToolset.BootstrapperCore.Native | |
| parent | 10ef9d5bfbf81f454113a1c2716009831a916222 (diff) | |
| download | wix-af68033509730ffe01602f839861a47287bb709f.tar.gz wix-af68033509730ffe01602f839861a47287bb709f.tar.bz2 wix-af68033509730ffe01602f839861a47287bb709f.zip | |
Handle when related bundles have an uninstall key but aren't cached.
#4991
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index c3242167..fb4b6ea3 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
| @@ -491,6 +491,7 @@ struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_ARGS | |||
| 491 | LPCWSTR wzBundleTag; | 491 | LPCWSTR wzBundleTag; |
| 492 | BOOL fPerMachine; | 492 | BOOL fPerMachine; |
| 493 | LPCWSTR wzVersion; | 493 | LPCWSTR wzVersion; |
| 494 | BOOL fMissingFromCache; | ||
| 494 | }; | 495 | }; |
| 495 | 496 | ||
| 496 | struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS | 497 | struct BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS |
| @@ -547,6 +548,7 @@ struct BA_ONDETECTRELATEDBUNDLE_ARGS | |||
| 547 | BOOL fPerMachine; | 548 | BOOL fPerMachine; |
| 548 | LPCWSTR wzVersion; | 549 | LPCWSTR wzVersion; |
| 549 | BOOTSTRAPPER_RELATED_OPERATION operation; | 550 | BOOTSTRAPPER_RELATED_OPERATION operation; |
| 551 | BOOL fMissingFromCache; | ||
| 550 | }; | 552 | }; |
| 551 | 553 | ||
| 552 | struct BA_ONDETECTRELATEDBUNDLE_RESULTS | 554 | struct BA_ONDETECTRELATEDBUNDLE_RESULTS |
