Browse Source

win/msi: miscellaneous style cleanups

v0.10.0-release
Bert Belder 12 years ago
parent
commit
fa1efa3675
  1. 4
      tools/msvs/msi/product.wxs

4
tools/msvs/msi/product.wxs

@ -25,8 +25,8 @@
<MajorUpgrade AllowSameVersionUpgrades="yes"
DowngradeErrorMessage="A later version of node.js is already installed. Setup will now exit."/>
<Icon Id="node.exe" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
<Property Id="ARPPRODUCTICON" Value="node.exe" />
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
<Property Id="ApplicationFolderName" Value="nodejs"/>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>

Loading…
Cancel
Save