Skip to content

Instantly share code, notes, and snippets.

@kchat001
Created June 28, 2014 16:58
Show Gist options
  • Save kchat001/3b00846c6d83d680aeb9 to your computer and use it in GitHub Desktop.
Save kchat001/3b00846c6d83d680aeb9 to your computer and use it in GitHub Desktop.
Installs .NET 4.5, Visual Studio 2012 & 2013 and NCrunch for VS2012
Disable-MicrosoftUpdate
cinst DotNet4.5
cinst VisualStudio2012Premium
cinst VisualStudio2013Professional
cinst ncrunch.vs2012
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment