| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only the requested state and Cache=always should affect requestedCache. | Sean Hall | 2021-02-22 | 1 | -19/+20 |
| | | |||||
| * | Get all request states up front before building the plan. | Sean Hall | 2021-02-22 | 1 | -89/+167 |
| | | |||||
| * | Initialize exe package ancestors during CoreInitialize instead of Plan. | Sean Hall | 2021-02-22 | 1 | -27/+2 |
| | | |||||
| * | Change the implementation of Cache="always" to request the CACHE state. | Sean Hall | 2021-02-04 | 1 | -68/+28 |
| | | | | | | | This makes it possible for the prereq BA to not cache those packages while installing the prereqs, which allows the engine to automatically cleanup if necessary. #6297 for this commit and the previous 6. | ||||
| * | Update the logic for determining when the bundle should be registered. | Sean Hall | 2021-02-04 | 1 | -132/+60 |
| | | | | | | | | | The basic rule is that if a non-permanent package is present at the end of the chain, then the bundle should be registered. If no non-permanent packages are present at the end of the chain, then the bundle should not be registered. This required tracking what actually happened with each package during Apply. Include cache status in registration calculation. Include dependency ref-counting when determining whether the bundle should be registered. | ||||
| * | Move registry checks for dependency ref-counting into Detect. | Sean Hall | 2021-02-04 | 1 | -41/+63 |
| | | |||||
| * | Remove feature to uninstall compatible orphaned MSI packages. | Sean Hall | 2021-02-04 | 1 | -73/+6 |
| | | |||||
| * | Always call PlanDump, and make it log at the REPORT_DEBUG level. | Sean Hall | 2021-01-27 | 1 | -47/+44 |
| | | | | | Fixes #6327. | ||||
| * | Remove dead code. | Sean Hall | 2021-01-17 | 1 | -6/+0 |
| | | |||||
| * | WIXBUG:4539 - Fix overall Cache action planning with related bundles. | Sean Hall | 2020-12-15 | 1 | -0/+6 |
| | | |||||
| * | Refactor PlanRelatedBundlesBegin without changing behavior. | Sean Hall | 2020-12-15 | 1 | -43/+61 |
| | | |||||
| * | Use plan to decide when to begin, commit, or rollback MSI transactions | Sean Hall | 2020-11-17 | 1 | -18/+68 |
| | | |||||
| * | Add plan tests. | Sean Hall | 2020-11-17 | 1 | -15/+19 |
| | | |||||
| * | Default to same-version upgrades for bundles. | Sean Hall | 2020-10-31 | 1 | -1/+1 |
| | | |||||
| * | WIXFEAT:6210 Change data type of versions to strings. | Sean Hall | 2020-10-24 | 1 | -3/+7 |
| | | |||||
| * | WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY. | Sean Hall | 2020-05-21 | 1 | -7/+13 |
| | | | | | | Apply requires a valid hWnd since otherwise a source resolution prompt could hang the bundle. Burn now defaults to INSTALLUILEVEL_NONE by itself if the bundle is not showing UI. | ||||
| * | WIXFEAT:6164 Give BA control over UI level and handler. | Sean Hall | 2020-05-16 | 1 | -15/+9 |
| | | |||||
| * | Import code from old v4 repo | Sean Hall | 2018-12-29 | 1 | -0/+3169 |
