Skip to content

Instantly share code, notes, and snippets.

@okumura
Last active December 26, 2015 14:39
Show Gist options
  • Save okumura/7167756 to your computer and use it in GitHub Desktop.
Save okumura/7167756 to your computer and use it in GitHub Desktop.
Setup SCM for Windows.
rem TortoiseGit (x64)
start /wait msiexec /i http://download.tortoisegit.org/tgit/1.8.6.0/TortoiseGit-1.8.6.0-64bit.msi /passive
rem TortoiseSVN (x64)
start /wait msiexec /i http://downloads.sourceforge.net/project/tortoisesvn/1.8.2/Application/TortoiseSVN-1.8.2.24708-x64-svn-1.8.3.msi /passive
rem TortoiseSVN (x64) 1.6.x
start /wait msiexec /i http://downloads.sourceforge.net/project/tortoisesvn/1.6.16/Application/TortoiseSVN-1.6.16.21511-x64-svn-1.6.17.msi/passive
rem TortoiseGit (x86)
start /wait msiexec /i http://download.tortoisegit.org/tgit/1.8.9.0/TortoiseGit-1.8.9.0-32bit.msi /passive
rem TortoiseSVN (x86)
start /wait msiexec /i http://downloads.sourceforge.net/project/tortoisesvn/1.8.7/Application/TortoiseSVN-1.8.7.25475-win32-svn-1.8.9.msi /passive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment