Manifests/NotepadPlusPlus.json
{ "Name": "Notepad++", "Source": "https://notepad-plus-plus.org/", "Get": { "Uri": "https://notepad-plus-plus.org/update/getDownloadUrl.php", "ContentType": "application/json; charset=utf-8" }, "Install": { "Setup": "AppName.*.exe", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled" ] } } } |