aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/package.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-0/+8
| | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
* Remove support for uninstalling MSU package.Sean Hall2022-07-211-1/+1
| | | | Fixes 6749
* Add RepairCondition.Sean Hall2022-04-231-0/+5
| | | | Fixes 6758
* Implement BundlePackage.Sean Hall2022-04-011-7/+11
| | | | 3693
* Make Burn require a non-empty KB for MsuPackages to be uninstallable.Sean Hall2022-01-161-1/+5
|
* Update Burn to handle ExePackages that don't support uninstalling.Sean Hall2022-01-161-0/+17
| | | | Partial fix for #6459
* Rename fUninstallable to fPermanent.Sean Hall2022-01-161-3/+2
| | | | Refactoring for #6459
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-0/+25
| | | | Reimplements #3190
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-15/+7
| | | | Related to #3693
* Set the log file path for MSI transactions.Nir Bar2021-08-121-32/+30
|
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-121-1/+1
|
* Enforce schema restrictions for numeric and image thmutil attributes.Sean Hall2021-06-041-2/+2
|
* Move burn into burnRob Mensching2021-04-291-0/+692