Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -6/+6 |
| | | | | | | | 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". | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 1 | -2/+9 |
| | | | | Partial implementation of 6756 | ||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 1 | -0/+23 |
| | | | | 6772 | ||||
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 1 | -2/+10 |
| | |||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -2/+2 |
| | | | | Fixes 4039 | ||||
* | Try to improve fields of bundle symbols. | Sean Hall | 2022-04-13 | 1 | -3/+3 |
| | |||||
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 1 | -1/+3 |
| | | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454 | ||||
* | Add failing dependency E2E tests. | Sean Hall | 2022-01-21 | 1 | -0/+17 |
| | |||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -2/+2 |
| | | | | Reimplements #3190 | ||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -1/+2 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 1 | -0/+156 |