summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-06-22 15:11:38 +0200
committerBert Belder <bertbelder@gmail.com>2012-06-22 15:24:21 +0200
commit2dccebd4b829fbc53358568c348272f1e56522ba (patch)
treed6df343c747ecbb3c007718a5d91f468c6bc1c9a /tools/msvs
parent3bab12197fe6d25f1bd0f40d5e5e83ad0d9276c8 (diff)
downloadandroid-node-v8-2dccebd4b829fbc53358568c348272f1e56522ba.tar.gz
android-node-v8-2dccebd4b829fbc53358568c348272f1e56522ba.tar.bz2
android-node-v8-2dccebd4b829fbc53358568c348272f1e56522ba.zip
windows msi: set icon for add/remove programs dialog
Diffstat (limited to 'tools/msvs')
-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 b14c65e7d5..b75b853ce1 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">