Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce the Open Source Maintenance Fee EULA | Rob Mensching | 2025-03-19 | 1 | -1/+0 |
| | | | | | | This adds the EULA to all the binary releases Closes 8974 | ||||
* | Fix up WixAdditionalTools metadata | Rob Mensching | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Set WiX Additional Tools update URL | Rob Mensching | 2022-12-11 | 1 | -1/+1 |
| | | | | | Fixes 5367 Fixes 5292 | ||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -8/+8 |
| | | | | Fixes 6970 | ||||
* | Create setup segment and WixAdditionalTools bundle | Rob Mensching | 2022-08-06 | 1 | -0/+12 |
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 |