aboutsummaryrefslogtreecommitdiff
path: root/src/setup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only referenced components get default feature.v6.0.0-rc.2Bob Arnson12 days1-15/+5
| | | | | Fixes https://github.com/wixtoolset/issues/issues/8882 Fixes https://github.com/wixtoolset/issues/issues/8939
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-1/+1
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Add Package/@Id and Bundle/@Id that can replace UpgradeCodesRob Mensching2024-12-303-3/+3
| | | | Completes 8584
* Introducing wix-cli.msiRob Mensching2024-07-125-5/+192
| | | | Fixes 8623
* Update dependenciesRob Mensching2024-07-121-1/+1
| | | | Fixes 8569
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* 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