Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Forked from matthewjberger/vs2017.json
Created October 6, 2018 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsrini7/83798dd8edc1cb372888a0c3dcf166e0 to your computer and use it in GitHub Desktop.
Save rsrini7/83798dd8edc1cb372888a0c3dcf166e0 to your computer and use it in GitHub Desktop.
Beginning of a scoop installer for visual studio 2017 community edition. Uninstall doesn't work
{
"version": "15.6.2",
"url": "https://aka.ms/vs/15/release/vs_community.exe",
"homepage": "https://www.visualstudio.com/",
"checkver": {
"url": "https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes",
"re": "Visual Studio 2017 version (\\d+\\.\\d+\\.\\d+)"
},
"autoupdate": {
"url": "https://aka.ms/vs/15/release/vs_community.exe"
},
"hash": "daab30072e17de3bf196faba563c417aa0a38cd74ada008f5c16c7b2b88a60fa",
"installer": {
"file": "vs_community.exe",
"args": [
"--passive",
"--wait",
"--norestart"
],
"keep": "true"
},
"uninstaller": {
"file": "vs_community.exe",
"args": [
"uninstall",
"--passive"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment