Skip to content

Instantly share code, notes, and snippets.

### Update chocolatey at the end
cinst chocolatey #https://chocolatey.org/packages/chocolatey
## Visual Studio 2015 Pro #https://chocolatey.org/packages/visualstudio2015professional
cinst visualstudio2015professional -packageParameters "--Features SQL,VCMFCLibraries,MDDCPlusPlus"
## VS2015 (version 14) extensions
Install-ChocolateyVsixPackage GitDiffMargin https://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8/file/101267/13/GitDiffMargin.vsix 14
Install-ChocolateyVsixPackage MultiEditing https://visualstudiogallery.msdn.microsoft.com/2beb9705-b568-45d1-8550-751e181e3aef/file/93630/10/MultiEdit.vsix 14
Install-ChocolateyVsixPackage NugetPackageManger2015 https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d/file/146283/9/NuGet.Tools.vsix 14
Install-ChocolateyVsixPackage OpenCommandLine https://visualstudiogallery.msdn.microsoft.com/4e84e2cf-2d6b-472a-b1e2-b84932511379/file/151803/35/Open%20Command%20Line%20v2.0.168.vsix 14
### Boxstarter options - not needed if using the No Reboot (/nr/) URL option
#$Boxstarter.RebootOk=$true # Allow reboots?
#$Boxstarter.NoPassword=$false # Is this a machine with no login password?
#$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot?
### Windows components: IIS - not needed
#cinst -source windowsfeatures IIS-WebServerRole
#cinst -source windowsfeatures IIS-WebServer
#cinst -source windowsfeatures IIS-Security
#cinst -source windowsfeatures IIS-WindowsAuthentication