aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/detect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Detect MinorUpgrade MsiPackages independently of the base product.Sean Hall2022-02-121-0/+2
| | | | Fixes #6535
* Remove some assumptions in dependency planning.Sean Hall2022-02-011-1/+3
| | | | | | | | * A package might be installed even if it was already present. * A package might be uninstalled even if it was already absent. * The bundle might not actually be uninstalled even if the planned action was uninstall. Fixes #6510
* The bundle provider's presence needs to follow ARP registration.Sean Hall2022-02-011-2/+2
|
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-0/+2
| | | | Reimplements #3190
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-50/+2
| | | | #5796
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-2/+2
| | | | Fixes #6348
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-7/+0
|
* Move burn into burnRob Mensching2021-04-291-0/+469