felixrieseberg/windows-build-tools

Installing Visual Studio Build Tools for other (all) users?

Open

#48 创建于 2017年2月1日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)TypeScript (234 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (3,410 star)
PR 合并指标
 (PR 指标待抓取)

描述

First of all, thanks a ton for creating Windows Build Tools!

Now, on to my problem: I installed Windows Build Tools in a default location, but would like to allow other users of the same computer to be able to run npm install to set up my project.

First they had problems with finding Python, but that was easily fixed by adding C:\Users\<my_username>\.windows-build-tools\python27 to their respective PATH's.

Then, a wild "MSBUILD : error MSB3428: Could not load the Visual C++ component VCBuild.exe." appeared. I thought maybe adding C:\Program Files (x86)\MSBuild\14.0\Bin (is this the correct location?) to PATH would help, but it didn't.

Do you have any ideas how to fix that? Am I using the correct path to the MS build tools?

OS: Windows Server 2012 R2 Node: 6.9.2 NPM: 3.10.9

贡献者指南