Browse Source

windows/msi: fix adding node to PATH

Closes #3366
v0.9.1-release
Jeroen Janssen 13 years ago
committed by Bert Belder
parent
commit
7161ecd31b
  1. 2
      tools/msvs/msi/product.wxs

2
tools/msvs/msi/product.wxs

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

Loading…
Cancel
Save