Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Created June 27, 2015 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeodorFitsner/52836b9894f878d154a2 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/52836b9894f878d154a2 to your computer and use it in GitHub Desktop.
Installing TypeScript 1.5 beta for VS 2013 from command line
$exePath = "$($env:USERPROFILE)\TypeScript_15beta_Dev12.exe"
(New-Object Net.WebClient).DownloadFile('https://visualstudiogallery.msdn.microsoft.com/107f89a0-a542-4264-b0a9-eb91037cf7af/file/160654/1/TypeScript_15beta_Dev12.exe', $exePath)
cmd /c start /wait $exePath /quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment