aboutsummaryrefslogtreecommitdiff
path: root/src/test/BurnUnitTest/PlanTest.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle when related bundles have an uninstall key but aren't cached.Sean Hall2021-03-111-2/+93
* Fix patch registration states during plan and apply.Sean Hall2021-02-221-1/+1
* Add patch target for slipstream MSI package even if not installed.Sean Hall2021-02-221-2/+301
* Initialize exe package ancestors during CoreInitialize instead of Plan.Sean Hall2021-02-221-1/+2
* Make PlanTest test fDeleted and the expected states of all packages.Sean Hall2021-02-221-35/+86
* Change the implementation of Cache="always" to request the CACHE state.Sean Hall2021-02-041-1/+1
* Update the logic for determining when the bundle should be registered.Sean Hall2021-02-041-59/+201
* Require re-Detect after Apply.Sean Hall2021-02-041-0/+1
* Clean up synchronization between the engine and the BA.Sean Hall2021-02-041-1/+2
* Move registry checks for dependency ref-counting into Detect.Sean Hall2021-02-041-6/+17
* Update PlanTest to use manifests created by latest v4.Sean Hall2021-01-171-182/+118
* WIXBUG:4539 - Fix overall Cache action planning with related bundles.Sean Hall2020-12-151-0/+72
* Use plan to decide when to begin, commit, or rollback MSI transactionsSean Hall2020-11-171-23/+39
* Add plan tests.Sean Hall2020-11-171-0/+982