summaryrefslogtreecommitdiff
path: root/tools/msvs
diff options
context:
space:
mode:
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">