Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only referenced components get default feature.v6.0.0-rc.2 | Bob Arnson | 12 days | 1 | -15/+5 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/8882 Fixes https://github.com/wixtoolset/issues/issues/8939 | ||||
* | 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". | ||||
* | Add Package/@Id and Bundle/@Id that can replace UpgradeCodes | Rob Mensching | 2024-12-30 | 3 | -3/+3 |
| | | | | Completes 8584 | ||||
* | Introducing wix-cli.msi | Rob Mensching | 2024-07-12 | 5 | -5/+192 |
| | | | | Fixes 8623 | ||||
* | Update dependencies | Rob Mensching | 2024-07-12 | 1 | -1/+1 |
| | | | | Fixes 8569 | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -1/+1 |
| | |||||
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | Fix up WixAdditionalTools metadata | Rob Mensching | 2022-12-21 | 3 | -2/+4 |
| | |||||
* | Sign WixAdditionalTools bundle | Rob Mensching | 2022-12-13 | 1 | -0/+1 |
| | | | | Fixes 7083 | ||||
* | Set WiX Additional Tools update URL | Rob Mensching | 2022-12-11 | 1 | -1/+1 |
| | | | | | Fixes 5367 Fixes 5292 | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 2 | -6/+0 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -8/+8 |
| | | | | Fixes 6970 | ||||
* | Move WiX .wixpdbs to pdbs folder so they are included in archives | Rob Mensching | 2022-08-25 | 1 | -0/+6 |
| | |||||
* | Fix architectures when generating metadata | Rob Mensching | 2022-08-15 | 2 | -22/+2 |
| | |||||
* | Prevent crash when Bundle has SWID Tag but child MSI does not | Rob Mensching | 2022-08-10 | 1 | -2/+1 |
| | | | | Fixes 6854 | ||||
* | Simplify and fix incremental/clean in build cmds | Rob Mensching | 2022-08-08 | 1 | -3/+4 |
| | | | | Refining this pattern before spreading more widely. | ||||
* | Generate metadata needed to populate update feed | Rob Mensching | 2022-08-08 | 7 | -9/+220 |
| | | | | Step towards completing 5367 | ||||
* | Remove unnecessary empty MediaTemplate | Rob Mensching | 2022-08-07 | 1 | -1/+0 |
| | |||||
* | Create setup segment and WixAdditionalTools bundle | Rob Mensching | 2022-08-06 | 9 | -0/+181 |
The setup segment is scheduled after building the shipping WiX files to use and include the current build's tooling. The WixAdditionalTools bundle currently only contains the ThmViewer package but may include additional tools in the future. At this time, the primary purpose is to produce a shipping MSI and bundle from the WiX v4 build process and dogfood the rest of the tooling. Closes 4919 |