Manifests/WixToolset.json
{ "Name": "WiX Toolset", "Source": "http://wixtoolset.org/", "Get": { "Uri": "https://api.github.com/repos/wixtoolset/wix3/releases/latest", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchExtensions": ".msi$|.exe$", "VersionTag": "name" }, "Install": { "Setup": "wix*.exe", "Preinstall": "", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ ] } } } |