Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tame some wild pointers. | Bob Arnson | 2023-06-03 | 1 | -4/+4 |
| | | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451. | ||||
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 1 | -1/+1 |
| | |||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -8/+6 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Make Burn ignore unknown embedded messages. | Sean Hall | 2022-06-29 | 1 | -5/+2 |
| | |||||
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 1 | -4/+119 |
| | | | | Partial implementation of 6756 | ||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 1 | -4/+2 |
| | | | | 6772 | ||||
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -8/+26 |
| | | | | Fixes 6707 | ||||
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 1 | -0/+10 |
| | | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454 | ||||
* | Make non-embedded bundles skip making a system restore point. | Sean Hall | 2022-04-05 | 1 | -0/+4 |
| | |||||
* | Use Burn's parent switch with BundlePackages. | Sean Hall | 2022-04-01 | 1 | -6/+24 |
| | |||||
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -23/+254 |
| | |||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -11/+261 |
| | | | | 3693 | ||||
* | Minimize chance of user arguments messing up the command line | Sean Hall | 2022-04-01 | 1 | -37/+34 |
| | | | | to avoid variations of issue 3890 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -25/+3 |
| | |||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 1 | -2/+27 |
| | |||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 1 | -1/+1 |
| | | | | Fixes #3421 | ||||
* | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 2022-01-16 | 1 | -1/+10 |
| | | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle. | ||||
* | Rename fUninstallable to fPermanent. | Sean Hall | 2022-01-16 | 1 | -2/+2 |
| | | | | Refactoring for #6459 | ||||
* | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -0/+460 |
Related to #3693 |