aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/registration.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-3/+3
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Always reset the system component status when registering the bundle.Sean Hall2022-04-231-5/+0
| | | | Finishes 4454
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-0/+1
| | | | Fixes 4039
* Move the logic of a bundle registering as a system component into Burn.Sean Hall2022-04-051-2/+1
|
* Implement BundlePackage.Sean Hall2022-04-011-0/+2
| | | | 3693
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-1/+7
|
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-1/+5
| | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference.
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-101-0/+4
| | | | Fixes #3421
* The bundle provider's presence needs to follow ARP registration.Sean Hall2022-02-011-7/+1
|
* Add BURN_PROTOCOL_VERSION in registration to avoid version checks.Sean Hall2021-12-301-0/+1
| | | | Also, old versions of Burn should ignore ancestors if they doesn't support them.
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-1/+0
|
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-5/+0
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-0/+3
| | | | Initialize them explicitly to make it clearer when that happens.
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-3/+7
| | | | #6296
* Move burn into burnRob Mensching2021-04-291-0/+225