We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71527e3 commit 5937d02Copy full SHA for 5937d02
tools/msvs/msi/product.wxs
100644
100755
@@ -47,7 +47,7 @@
47
<File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm.cmd" />
48
</Component>
49
<Component Id="npmsh" Guid="57754e12-9269-4198-a38c-2c098bf5276e">
50
- <File Id="filenpmcmd" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
+ <File Id="filenpmsh" KeyPath="yes" Source="$(var.NPMSourceDir)\bin\npm" />
51
52
<?if $(var.Configuration) = Debug ?>
53
<Component Id="nodepdb" Guid="BEC0F08E-89B3-4C35-A286-8DB8598597F2">
@@ -72,6 +72,7 @@
72
<ComponentGroup Id="allfiles">
73
<ComponentRef Id="nodeexe"/>
74
<ComponentRef Id="npmcmd"/>
75
+ <ComponentRef Id="npmsh"/>
76
<ComponentRef Id="npmrc" />
77
<ComponentRef Id="npmappdata_folder" />
78
<ComponentGroupRef Id="NPMFiles" />
0 commit comments