Manifests/MicrosoftWvdRtcService.json

{
    "Name": "Microsoft Remote Desktop WebRTC Redirector Service",
    "Source": "https://docs.microsoft.com/en-us/azure/virtual-desktop/teams-on-wvd",
    "Get": {
        "Download": {
            "Uri": "https://aka.ms/msrdcwebrtcsvc/msi",
            "MatchFilename": "(MsRdcWebRTCSvc.*msi)",
            "MatchVersion": "(\\d+(\\.\\d+){1,4})"
        }
    },
    "Install": {
        "Setup": "MsRdcWebRTCSvc.*.msi",
        "Physical": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": []
        }
    }
}