Manifests/Anaconda.json
{ "Name": "Anaconda", "Source": "https://www.anaconda.com/", "Get": { "Update": { "Uri": "https://repo.anaconda.com/archive/#replace", "ReplaceFileList" : ".files.json" }, "MatchVersion": "(\\d+(\\.\\d+){1,3})", "MatchFileTypes": "\\.exe$" }, "Install": { "Setup": "Anaconda*.exe", "Physical": { "Arguments": "/S /installationtype=AllUsers /AddToPath=1 /RegisterPython=1", "PostInstall": [] }, "Virtual": { "Arguments": "/S /installationtype=AllUsers /AddToPath=1 /RegisterPython=1", "PostInstall": [] } } } |