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

Commit

Permalink
windows msi: set icon for add/remove programs dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 22, 2012
1 parent 3bab121 commit 2dccebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/msvs/msi/product.wxs
Expand Up @@ -23,6 +23,9 @@
<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"/>
<Property Id="ARPPRODUCTICON" Value="node.exe" />

<Directory Id="TARGETDIR" Name="SourceDir">

<Directory Id="ProgramMenuFolder">
Expand Down

0 comments on commit 2dccebd

Please sign in to comment.