summaryrefslogtreecommitdiff
path: root/src/burn/engine/package.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-1/+1
| | | | | | | 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".
* ArpEntry reads QuietUninstallString or UninstallString, and uses ↵Nir Bar2023-12-241-0/+1
| | | | UninstallArguments for the uninstall command line
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-0/+2
| | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-0/+1
| | | | 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-2/+0
| | | | Fixes 6749
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-141-0/+1
| | | | Partial implementation of 6756
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+11
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-0/+13
| | | | 6772
* Add RepairCondition.Sean Hall2022-04-231-0/+1
| | | | Fixes 6758
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-0/+1
| | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-3/+16
|
* Implement BundlePackage.Sean Hall2022-04-011-1/+3
| | | | 3693
* Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall2022-03-221-0/+4
| | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252
* Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall2022-03-191-0/+1
| | | | Fixes 5950
* Detect MinorUpgrade MsiPackages independently of the base product.Sean Hall2022-02-121-1/+2
| | | | Fixes #6535
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-101-1/+0
| | | | Fixes #3421
* Remove some assumptions in dependency planning.Sean Hall2022-02-011-3/+4
| | | | | | | | * A package might be installed even if it was already present. * A package might be uninstalled even if it was already absent. * The bundle might not actually be uninstalled even if the planned action was uninstall. Fixes #6510
* Plan each dependency provider dependent individually.Sean Hall2022-02-011-1/+3
| | | | Refactoring for #6510
* Plan each dependency provider individually.Sean Hall2022-02-011-2/+5
| | | | Refactoring for #6510
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-161-2/+1
| | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle.
* Make Burn require a non-empty KB for MsuPackages to be uninstallable.Sean Hall2022-01-161-0/+1
|
* Update Burn to handle ExePackages that don't support uninstalling.Sean Hall2022-01-161-0/+1
| | | | Partial fix for #6459
* Rename fUninstallable to fPermanent.Sean Hall2022-01-161-1/+1
| | | | Refactoring for #6459
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-0/+34
| | | | Reimplements #3190
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-3/+19
| | | | Related to #3693
* Set the log file path for MSI transactions.Nir Bar2021-08-121-0/+1
|
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-121-0/+1
|
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-041-0/+1
| | | | Fixes #5856
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-111-0/+2
| | | | #3719, #4711, #5750
* Move burn into burnRob Mensching2021-04-291-0/+380