3
votes

is it possible to install typescript 1.5 on visual studio 2015 without an internet access? As it comes "out of the box" with VS2015 it seems that no installer exists (except for the 1.5 beta)

But if you have no internet access, the VS installation ends with a warning because it cannot download the typescript tool. And at the end, the typescript tool is not present in the extensions list

2

2 Answers

5
votes

The TypeScript installers are available at: http://www.microsoft.com/en-us/download/details.aspx?id=48593.

see Details section, and you should find a [Download] link next to the TypeScript 1.5.3/TypeScript 1.5.4.

1
votes

Found a way!

  1. Run "vs_community.exe /layout" from cmd to download all installation files (Reference: How to install VS2015 Community Edition offline)
  2. Then navigate to the folder (inside the download directory) "OfflineCache\installers".
  3. You will see two TS folders: "TypeScriptV1" and "TypeScriptV2". They are the installers for the versions 1.5.3 and 1.5.4 respectively.