aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/msuengine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for uninstalling MSU package.Sean Hall2022-07-211-91/+6
| | | | Fixes 6749
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-7/+2
| | | | Fixes 3455
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-071-1/+1
|
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-1/+1
| | | | Fixes 6707
* Minimize chance of user arguments messing up the command lineSean Hall2022-04-011-2/+7
| | | | to avoid variations of issue 3890
* Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall2022-03-191-12/+15
| | | | Fixes 5950
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-30/+2
|
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-161-0/+10
| | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle.
* Make Burn require a non-empty KB for MsuPackages to be uninstallable.Sean Hall2022-01-161-7/+14
|
* Rename fUninstallable to fPermanent.Sean Hall2022-01-161-1/+1
| | | | Refactoring for #6459
* Refactor some dependency detection.Sean Hall2022-01-161-0/+4
| | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-1/+1
| | | | Fixes #6348
* Replace static cache internals with a struct.Sean Hall2021-08-041-1/+2
| | | | Initialize them explicitly to make it clearer when that happens.
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-111-9/+1
| | | | #3719, #4711, #5750
* Move burn into burnRob Mensching2021-04-291-0/+529