aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/userexperience.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-101-0/+30
| | | | Fixes #3421
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-1/+117
| | | | Reimplements #3190
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-3/+1
| | | | #5796
* Always pass through the return value for FilesInUse messages.Sean Hall2021-12-301-68/+0
|
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-5/+51
| | | | Fixes #6348
* Add BA events for setting the update bundle.Sean Hall2021-12-111-0/+44
| | | | Fixes #6410
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-2/+6
| | | | Fixes #5911
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-121-1/+31
|
* Always use user's temp directory as basis for acquisition folder.Sean Hall2021-08-041-1/+1
| | | | Fixes #5830
* Replace static cache internals with a struct.Sean Hall2021-08-041-2/+2
| | | | Initialize them explicitly to make it clearer when that happens.
* Show Burn splash screen earlier.Sean Hall2021-06-091-7/+0
| | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-5/+13
| | | | #6296
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-111-1/+5
| | | | | | | | During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present. Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments. #5125
* Move burn into burnRob Mensching2021-04-291-0/+2653