Add npm msysgit bash shim to msi installer
authorisaacs <i@izs.me>
Thu, 2 Feb 2012 22:57:12 +0000 (14:57 -0800)
committerisaacs <i@izs.me>
Thu, 2 Feb 2012 22:57:12 +0000 (14:57 -0800)
tools/msvs/msi/product.wxs

index 1d445d272a948ab4c9316ebf4ce104907659fb9e..aa07c1e8eafd1a2cc6eee4404b6469ea141c6e52 100644 (file)
@@ -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" />