Chocolatey packages for Visual Studio
choco install visualstudio2015enterprise
choco install visualstudio2015professional
choco install visualstudio2015community
choco install visualstudio2015enterprise --execution-timeout=3600
Given the pattern major.minor.build.revision
, the nuget package follows the convention of
By default, the above commands will download the install media from the Internet. To save bandwidth or increase deployment speed, paths to local installation media may be specified via environment variables.
Specify iso image path (Windows 10 & 2012 only) with Powershell:
$env:visualStudio:isoImage="c:\users\bob\downloads\vs2015.2.ent_enu.iso"
Alternatively, specify path to an unzipped iso image:
$env:visualStudio:setupFolder="D:\vs2015\"
Build.ps1
compiles all packages and places them in the .artifacts
folder.
This is consumed by a myget feed
MyGet feeds are built off master
branch before pushed to chocolatey itself
To install from the MyGet feed use a command like
choco install visualstudio2015enterprise --source=https://www.myget.org/F/chocolatey-vs/api/v2
Contributions are welcome.
develop
branchmaster
branch is reserved for myget builds that push to chocolateyPackages previously created and maintained by