Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 1 | -0/+30 |
| | | | | Fixes #3421 | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -1/+117 |
| | | | | Reimplements #3190 | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -3/+1 |
| | | | | #5796 | ||||
* | Always pass through the return value for FilesInUse messages. | Sean Hall | 2021-12-30 | 1 | -68/+0 |
| | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -5/+51 |
| | | | | Fixes #6348 | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -0/+44 |
| | | | | Fixes #6410 | ||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 1 | -2/+6 |
| | | | | Fixes #5911 | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -1/+31 |
| | |||||
* | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -1/+1 |
| | | | | Fixes #5830 | ||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -2/+2 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 1 | -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 Hall | 2021-05-19 | 1 | -5/+13 |
| | | | | #6296 | ||||
* | Cache packages that will be present for CACHE/INSTALL overall actions. | Sean Hall | 2021-05-11 | 1 | -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 burn | Rob Mensching | 2021-04-29 | 1 | -0/+2653 |