felixrieseberg/windows-build-tools

Options for additional contents during install?

Open

#34 geöffnet am 4. Nov. 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (234 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (3.410 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Would it be possible to allow install options for additional MS Build Tools?

For instance, I ran into an issue where the oracledb module has a dependency on MSVCR100.dll which is part of Microsoft Visual C++ 2010 SP1 Redistributable Package. It would be awesome if windows-build-tools could optionally auto-install additional contents such as this.

32Bit: Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) http://www.microsoft.com/de-de/download/details.aspx?id=8328

64Bit: Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) http://www.microsoft.com/en-us/download/details.aspx?id=13523

Contributor Guide