aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/msiengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-8/+8
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-2/+3
* Use MSI transaction end result to detect whether reboot is neededNir Bar2022-12-121-5/+37
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-231-5/+9
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-071-2/+2
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-2/+2
* Don't close handles from MsiBeginTransaction.Sean Hall2022-03-141-2/+1
* Add UnsafeUninstall action.Sean Hall2022-02-221-1/+1
* Detect MinorUpgrade MsiPackages independently of the base product.Sean Hall2022-02-121-32/+25
* Fix some minor bugs.Sean Hall2022-01-211-1/+1
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-161-12/+24
* Rename fUninstallable to fPermanent.Sean Hall2022-01-161-3/+3
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-0/+181
* Refactor some dependency detection.Sean Hall2022-01-161-0/+4
* Remove MEND.Sean Hall2021-12-081-9/+1
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-47/+93
* Replace static cache internals with a struct.Sean Hall2021-08-041-4/+7
* Always append Windows Installer logs in Burn.Sean Hall2021-07-061-1/+1
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-111-9/+1
* Move burn into burnRob Mensching2021-04-291-0/+2035