Skip to content

Commit

Permalink
Added choco installer for Visual Studio Express 2010 to the prepare.c…
Browse files Browse the repository at this point in the history
…md file.
  • Loading branch information
ssbarnea committed Jun 30, 2015
1 parent fe4f843 commit 7e77f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
chocolatey feature enable -n allowGlobalConfirmation
choco install cyg-get windows-sdk-8.1 nunit 7zip.commandline
choco install visualstudioexpress2010 -version 10.0.30319.1
choco install notepadplusplus sourcetree beyondcompare | echo "optional devtools install failed"
cyg-get.bat wget curl git unzip zip mc mercurial unzip openssh patch cygrunsrv mkisofs
git config --global push.default simple

0 comments on commit 7e77f21

Please sign in to comment.