Manifests/MicrosoftWvdBootloader.json
{ "Name": "Microsoft Azure Virtual Desktop Agent Bootloader", "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://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrxrH", "MatchFilename": "(Microsoft.*msi)", "MatchVersion": "(\\d+(\\.\\d+){1,4})" } }, "Install": { "Setup": "Microsoft.*.msi", "Physical": { "Arguments": "/install /passive /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "/install /passive /norestart", "PostInstall": [] } } } |