aboutsummaryrefslogtreecommitdiff
path: root/src/setup/MetadataTask (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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".
* Introducing wix-cli.msiRob Mensching2024-07-121-5/+67
| | | | Fixes 8623
* Update dependenciesRob Mensching2024-07-121-1/+1
| | | | Fixes 8569
* Fix up WixAdditionalTools metadataRob Mensching2022-12-211-0/+2
|
* Fix architectures when generating metadataRob Mensching2022-08-152-22/+2
|
* Generate metadata needed to populate update feedRob Mensching2022-08-083-0/+205
Step towards completing 5367