Manifests/MicrosoftWvdRemoteDesktop.json

{
    "Name": "Microsoft Remote Desktop",
    "Source": "https://docs.microsoft.com/en-us/azure/virtual-desktop/connect-windows-7-10",
    "Get": {
        "Download": {
            "Uri": {
                "Public": {
                    "x64": "https://go.microsoft.com/fwlink/?linkid=2139369",
                    "x86": "https://go.microsoft.com/fwlink/?linkid=2139144",
                    "ARM64": "https://go.microsoft.com/fwlink/?linkid=2139368"
                },
                "Insider": {
                    "x64": "https://go.microsoft.com/fwlink/?linkid=2139233",
                    "x86": "https://go.microsoft.com/fwlink/?linkid=2139144",
                    "ARM64": "https://go.microsoft.com/fwlink/?linkid=2139368"
                }
            },
            "ApiUri": "https://query.prod.cms.rt.microsoft.com/cms/api",
            "ApiHeader1": "X-CMS-Tenant",
            "ApiHeader2": "X-CMS-Type",
            "ApiHeader3": "X-CMS-DocumentId",
            "MatchFilename": "(RemoteDesktop.*msi)",
            "MatchVersion": "(\\d+(\\.\\d+){1,4})",
            "DatePattern": "ddd, dd MMM yyyy HH:mm:ss GMT"
        }
    },
    "Install": {
        "Setup": "RemoteDesktop.*.msi",
        "Physical": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/install /passive /norestart",
            "PostInstall": []
        }
    }
}