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:
authorRyan Dahl <ry@tinyclouds.org>2011-11-23 07:23:41 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-11-23 07:23:41 +0400
commitb906e8599662bae8bd518b0f5b732ade54468e05 (patch)
tree4c48fc65f5a7f6bb7f0139a82d16266c87737d63 /tools
parent055a933fa9ecc3df2aefd6ea74dfb7c9fce684d7 (diff)
Fixes #2076. Add logos to MSI
Diffstat (limited to 'tools')
-rw-r--r--tools/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 d3586e3321a..4071b79da67 100644
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -81,9 +81,12 @@
<Property Id="ARPNOMODIFY" Value="1" />
<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed. To run Node.js open command prompt (cmd.exe), and run 'node'. See http://nodejs.org for information about the license." />
+
</UI>
<UIRef Id="WixUI_Common" />
+ <WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\windows_banner_nodejs_installer_logo.jpg" />
+ <WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\windows_dialog_nodejs_installer_logo.jpg" />
</Product>
</Wix>