aboutsummaryrefslogtreecommitdiff
path: root/src/setup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up WixAdditionalTools metadataRob Mensching2022-12-213-2/+4
|
* Sign WixAdditionalTools bundleRob Mensching2022-12-131-0/+1
| | | | Fixes 7083
* Set WiX Additional Tools update URLRob Mensching2022-12-111-1/+1
| | | | | Fixes 5367 Fixes 5292
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-132-6/+0
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-311-8/+8
| | | | Fixes 6970
* Move WiX .wixpdbs to pdbs folder so they are included in archivesRob Mensching2022-08-251-0/+6
|
* Fix architectures when generating metadataRob Mensching2022-08-152-22/+2
|
* Prevent crash when Bundle has SWID Tag but child MSI does notRob Mensching2022-08-101-2/+1
| | | | Fixes 6854
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-081-3/+4
| | | | Refining this pattern before spreading more widely.
* Generate metadata needed to populate update feedRob Mensching2022-08-087-9/+220
| | | | Step towards completing 5367
* Remove unnecessary empty MediaTemplateRob Mensching2022-08-071-1/+0
|
* Create setup segment and WixAdditionalTools bundleRob Mensching2022-08-069-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