Skip to content

Commit

Permalink
windows msi: add npm dir to user PATH only
Browse files Browse the repository at this point in the history
The NPM folder is personal to the user. It shouldn't be added to the
system-wide path.
  • Loading branch information
piscisaureus committed Jun 22, 2012
1 parent 2dccebd commit 399731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Action="set"
Name="PATH"
Part="last"
System="yes"
System="no"
Value="[AppDataFolder]npm\" />
<Environment Id="node_env"
Action="set"
Expand Down

0 comments on commit 399731e

Please sign in to comment.