Browse Source

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.
v0.9.1-release
Bert Belder 13 years ago
parent
commit
399731e3a0
  1. 2
      tools/msvs/msi/product.wxs

2
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"

Loading…
Cancel
Save