Manifests/Miniconda.json

{
    "Name": "Miniconda",
    "Source": "https://docs.conda.io/en/latest/miniconda.html",
    "Get": {
        "Update": {
            "Uri": "https://repo.anaconda.com/miniconda/#replace",
            "ReplaceFileList" : ".files.json"
        },
        "MatchVersion": "(\\d+(\\.\\d+){1,3})",
        "MatchFileTypes": "\\.exe$"
    },
    "Install": {
        "Setup": "Miniconda*.exe",
        "Physical": {
            "Arguments": "/S /installationtype=AllUsers /AddToPath=1 /RegisterPython=1",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/S /installationtype=AllUsers /AddToPath=1 /RegisterPython=1",
            "PostInstall": []
        }
    }
}