Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |