aboutsummaryrefslogtreecommitdiff
path: root/src/setup/ThmViewerPackage (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only referenced components get default feature.v6.0.0-rc.2Bob Arnson13 days1-15/+5
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8882 Fixes https://github.com/wixtoolset/issues/issues/8939
* Add Package/@Id and Bundle/@Id that can replace UpgradeCodesRob Mensching2024-12-301-1/+1
| | | | Completes 8584
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-5/+0
|
* Remove unnecessary empty MediaTemplateRob Mensching2022-08-071-1/+0
|
* Create setup segment and WixAdditionalTools bundleRob Mensching2022-08-062-0/+42
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