Closed ibuchanan closed 11 years ago
Here's what I was able to do during our DevOps woprkshops, after installing Chocolatety itself:
cinst git
cinst VisualStudio2012Professional
cinst VS2012SDK
This put git, Studio, and the SDK itself into Windows 7 virtual machine.
Valentin noticed that on a clean box, you need to install .NET 4 or greater first, or else you get this kind of error:
There's some related discussion on this here:
https://groups.google.com/forum/#!topic/chocolatey/0MkzHx6FdeI
But, it seems odd that Chocolatey itself even installed without 4.0, see the requirements section here:
I have updated the README.md and also added:
The instructions and the commands are ready for testing.
Tested on: Windows 7 (fresh / blank VM)
As a developer, I want to install the development pre-requisites quickly and easily so that I can start making code changes to the VS Client.
Acceptance Criteria: