Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-06-22 17:11:38 +0400
committerBert Belder <bertbelder@gmail.com>2012-06-22 17:24:21 +0400
commit2dccebd4b829fbc53358568c348272f1e56522ba (patch)
treed6df343c747ecbb3c007718a5d91f468c6bc1c9a /tools
parent3bab12197fe6d25f1bd0f40d5e5e83ad0d9276c8 (diff)
windows msi: set icon for add/remove programs dialog
Diffstat (limited to 'tools')
-rwxr-xr-xtools/msvs/msi/product.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index b14c65e7d59..b75b853ce1b 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -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">