Browse Source

Fixes #2076. Add logos to MSI

v0.7.4-release
Ryan Dahl 13 years ago
parent
commit
b906e85996
  1. BIN
      doc/windows_banner_nodejs_installer_logo.jpg
  2. BIN
      doc/windows_dialog_nodejs_installer_logo.jpg
  3. 3
      tools/msvs/msi/product.wxs

BIN
doc/windows_banner_nodejs_installer_logo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
doc/windows_dialog_nodejs_installer_logo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

3
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>

Loading…
Cancel
Save