Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
windows msi: don't use .exe file as icon
This makes the installer nice and small again.
  • Loading branch information
piscisaureus committed Jun 25, 2012
1 parent d7825b3 commit 3f932c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Expand Up @@ -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">
Expand Down

0 comments on commit 3f932c5

Please sign in to comment.