Manifests/MicrosoftPowerShellCore.json
{ "Name": "PowerShell Core", "Source": "https://docs.microsoft.com/powershell/", "Get": { "Uri": "https://api.github.com/repos/PowerShell/PowerShell/releases", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*" }, "Install": { "Setup": "AppName.*.exe", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled" ] } } } |