aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-06-22 15:13:28 +0200
committerBert Belder <bertbelder@gmail.com>2012-06-22 15:24:22 +0200
commit399731e3a05140214713a7ba9a22a9f36faea87b (patch)
treec3f7c6dd13f7ae7b3a0ec25581dced7df1392cbb /tools
parent2dccebd4b829fbc53358568c348272f1e56522ba (diff)
downloadandroid-node-v8-399731e3a05140214713a7ba9a22a9f36faea87b.tar.gz
android-node-v8-399731e3a05140214713a7ba9a22a9f36faea87b.tar.bz2
android-node-v8-399731e3a05140214713a7ba9a22a9f36faea87b.zip
windows msi: add npm dir to user PATH only
The NPM folder is personal to the user. It shouldn't be added to the system-wide path.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/msvs/msi/product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index b75b853ce1..d36b0439f0 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -52,7 +52,7 @@
Action="set"
Name="PATH"
Part="last"
- System="yes"
+ System="no"
Value="[AppDataFolder]npm\" />
<Environment Id="node_env"
Action="set"