Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -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 Bar | 2023-12-24 | 1 | -0/+1 |
| | | | | UninstallArguments for the uninstall command line | ||||
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 1 | -0/+2 |
| | | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762 | ||||
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 1 | -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 Hall | 2022-07-21 | 1 | -2/+0 |
| | | | | Fixes 6749 | ||||
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 1 | -0/+1 |
| | | | | Partial implementation of 6756 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -1/+11 |
| | |||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 1 | -0/+13 |
| | | | | 6772 | ||||
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 1 | -0/+1 |
| | | | | Fixes 6758 | ||||
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 1 | -0/+1 |
| | | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454 | ||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -3/+16 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -1/+3 |
| | | | | 3693 | ||||
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 1 | -0/+4 |
| | | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252 | ||||
* | Add checkpoint so Exe and Msu packages rollback after being cancelled. | Sean Hall | 2022-03-19 | 1 | -0/+1 |
| | | | | Fixes 5950 | ||||
* | Detect MinorUpgrade MsiPackages independently of the base product. | Sean Hall | 2022-02-12 | 1 | -1/+2 |
| | | | | Fixes #6535 | ||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 1 | -1/+0 |
| | | | | Fixes #3421 | ||||
* | Remove some assumptions in dependency planning. | Sean Hall | 2022-02-01 | 1 | -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 Hall | 2022-02-01 | 1 | -1/+3 |
| | | | | Refactoring for #6510 | ||||
* | Plan each dependency provider individually. | Sean Hall | 2022-02-01 | 1 | -2/+5 |
| | | | | Refactoring for #6510 | ||||
* | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 2022-01-16 | 1 | -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 Hall | 2022-01-16 | 1 | -0/+1 |
| | |||||
* | Update Burn to handle ExePackages that don't support uninstalling. | Sean Hall | 2022-01-16 | 1 | -0/+1 |
| | | | | Partial fix for #6459 | ||||
* | Rename fUninstallable to fPermanent. | Sean Hall | 2022-01-16 | 1 | -1/+1 |
| | | | | Refactoring for #6459 | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -0/+34 |
| | | | | Reimplements #3190 | ||||
* | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -3/+19 |
| | | | | Related to #3693 | ||||
* | Set the log file path for MSI transactions. | Nir Bar | 2021-08-12 | 1 | -0/+1 |
| | |||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -0/+1 |
| | |||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -0/+1 |
| | | | | Fixes #5856 | ||||
* | Put back the rollback cache package functionality and fix its bugs. | Sean Hall | 2021-05-11 | 1 | -0/+2 |
| | | | | #3719, #4711, #5750 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+380 |