diff options
author | isaacs <i@izs.me> | 2012-02-02 14:57:12 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-02 14:57:12 -0800 |
commit | 30fd2f7bb27addadaf4c620eacc77f29a5716e37 (patch) | |
tree | 0829d68348e099dae132d74029da5e9c0d5fe8db /tools/msvs | |
parent | 7e40c7ddc93f9260a3f4b1683ff6f86aff91e761 (diff) | |
download | nodejs-30fd2f7bb27addadaf4c620eacc77f29a5716e37.tar.gz nodejs-30fd2f7bb27addadaf4c620eacc77f29a5716e37.tar.bz2 nodejs-30fd2f7bb27addadaf4c620eacc77f29a5716e37.zip |
Add npm msysgit bash shim to msi installer
Diffstat (limited to 'tools/msvs')
-rw-r--r-- | tools/msvs/msi/product.wxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index 1d445d272..aa07c1e8e 100644 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -46,6 +46,9 @@ <Component Id="npmcmd" Guid="31e9986d-74cd-44e1-878c-194d3e997d32"> <File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" /> </Component> + <Component Id="npmsh" Guid="57754e12-9269-4198-a38c-2c098bf5276e"> + <File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" /> + </Component> <?if $(var.Configuration) = Debug ?> <Component Id="nodepdb" Guid="BEC0F08E-89B3-4C35-A286-8DB8598597F2"> <File Id="filenodepdb" KeyPath="yes" Source="$(var.sourcedir)\node.pdb" /> |