windows/msi: fix adding node to PATH

Closes #3366
This commit is contained in:
Jeroen Janssen 2012-06-03 11:03:49 +02:00 committed by Bert Belder
parent 0699f5bfb4
commit 7161ecd31b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
Name="PATH"
Part="last"
System="yes"
Value="[NodeRoot]" />
Value="[APPLICATIONROOTDIRECTORY]" />
</Component>
<Component Id="npmcmd" Guid="31e9986d-74cd-44e1-878c-194d3e997d32">
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" />