Manifests/voidtoolsEverything.json
{ "Name": "voidtools Everything", "Source": "https://www.voidtools.com/", "Get": { "Update": { "Uri": "http://www.voidtools.com/everything/update.ini", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.msi$" }, "Download": { "Uri": { "x64": "https://www.voidtools.com/Everything.x64.msi", "x86": "https://www.voidtools.com/Everything.x86.msi" } } }, "Install": { "Setup": "", "Physical": { "Arguments": "/install /passive /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "/install /passive /norestart", "PostInstall": [] } } } |