Manifests/Template.json
{ "Name": "Application Name", "Source": "https://www.app.com", "Get": { "Uri": "https://update.app.com" }, "Install": { "Setup": "AppName.*.exe", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled" ] } } } |