Manifests/CendioThinLinc.json

{
    "Name": "Cendio ThinLinc",
    "Source": "https://www.cendio.com/",
    "Get": {
        "Update": {
            "Uri": ""
        },
        "Download": {
            "Uri": "https://www.cendio.com/downloads/clients/tl-latest-client-windows.exe",
            "Property": "ResponseUri.Headers.Location",
            "MatchVersion": "(\\d+(\\.\\d+){1,4})"
        }
    },
    "Install": {
        "Setup": "tl-*.exe",
        "Physical": {
            "Arguments": "/S",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/S",
            "PostInstall": []
        }
    }
}