Manifests/FoxitReader.json
{ "Name": "Foxit Reader", "Source": "https://www.foxitsoftware.com/pdf-reader/", "Get": { "Uri": "https://www.foxitsoftware.com/downloads/downloadForm.php?retJson=1&product=Foxit-Reader&platform=#Platform", "Platforms": [ "Windows" ], "DownloadUri": "https://www.foxitsoftware.com/downloads/latest.php?product=Foxit-Reader&platform=#Platform&version=#Version&package_type=#Package&language=#Language" }, "Install": { "Setup": "AppName.*.exe", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled" ] } } } |