aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-196-0/+43
|
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-146-0/+37
| | | | | Fixes 6677, 6722 Reverts 6537
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-146-0/+43
|
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-054-4/+4
| | | | 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-106-0/+43
| | | | Fixes #3421
* Remove orphan compatible MSI packages.Sean Hall2022-01-166-0/+174
| | | | Reimplements #3190
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-304-4/+1
| | | | #5796
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-304-16/+10
| | | | Fixes #6348
* Add BA events for setting the update bundle.Sean Hall2021-12-117-1/+78
| | | | Fixes #6410
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-084-4/+10
| | | | Fixes #5911
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-104-3/+6
|
* Remove dutil types from BAFunctions.Sean Hall2021-11-014-31/+18
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-015-0/+48
| | | | Add control loaded event.
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-014-0/+104
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-014-0/+47
| | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide.
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-126-0/+50
|
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-022-6/+34
| | | | Fixes #4975
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-0/+7
| | | | Fixes #3777
* Expose overridable variable APIs in balutil and Mba.Core.Sean Hall2021-07-021-0/+55
| | | | Fixes #4777
* Add InProgressDisplayName for bundles.Sean Hall2021-05-194-12/+18
| | | | #6296
* Use balutil methods in Engine.cs to avoid size_t ugliness.Sean Hall2021-05-111-0/+83
|
* Move balutil into API/burnRob Mensching2021-04-2914-0/+4404