Browse Source

windows msi: don't use .exe file as icon

This makes the installer nice and small again.
v0.8.7-release
Bert Belder 13 years ago
parent
commit
3f932c52b0
  1. 2
      tools/msvs/msi/product.wxs

2
tools/msvs/msi/product.wxs

@ -23,7 +23,7 @@
<MajorUpgrade AllowSameVersionUpgrades="yes"
DowngradeErrorMessage="A later version of node.js is already installed. Setup will now exit." />
<Icon Id="node.exe" SourceFile="$(var.SourceDir)\node.exe"/>
<Icon Id="node.exe" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
<Property Id="ARPPRODUCTICON" Value="node.exe" />
<Directory Id="TARGETDIR" Name="SourceDir">

Loading…
Cancel
Save