aboutsummaryrefslogtreecommitdiff
path: root/src/setup/setup.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introducing wix-cli.msiRob Mensching2024-07-121-0/+2
| | | | Fixes 8623
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* 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-081-0/+2
| | | | Step towards completing 5367
* Create setup segment and WixAdditionalTools bundleRob Mensching2022-08-061-0/+41
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