Manifests/MicrosoftWvdInfraAgent.json
{ "Name": "Microsoft Azure Virtual Desktop Agent", "Source": "https://learn.microsoft.com/en-us/azure/virtual-desktop/add-session-hosts-host-pool?tabs=portal%2Cgui#register-session-hosts-to-a-host-pool", "Get": { "Download": { "Uri": "https://go.microsoft.com/fwlink/?linkid=2310011", "MatchFilename": "inline; filename=(.*)$", "MatchVersion": "(\\d+(\\.\\d+){1,4})", "MatchVersionFallback": "(\\d+)", "DateFormat": "EEE, dd MMM yyyy HH:mm:ss zzz" } }, "Install": { "Setup": "Microsoft.*.msi", "Physical": { "Arguments": "/install /passive /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "/install /passive /norestart", "PostInstall": [] } } } |