summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2015-01-08 16:17:52 +0100
committerBert Belder <bertbelder@gmail.com>2015-01-08 23:32:18 +0100
commit0430215dea88b9ad819afe8ff4031dc912a4c9ae (patch)
treea0a056f2b881d7244e24ce071315fe1e7b38fc07 /tools
parent92c5d32d7367deec6d0a4934e3221f6f96688b6a (diff)
downloadnode-new-0430215dea88b9ad819afe8ff4031dc912a4c9ae.tar.gz
win,msi: rename node.exe to iojs.exe
This change is strictly limited to the name of the binary. The shortcut name, install folder, docs website links etc. are all unchanged. PR-URL: https://github.com/iojs/io.js/pull/263 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/msvs/msi/product.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index 977be2ce40..39170bc192 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -112,7 +112,7 @@
<DirectoryRef Id="INSTALLDIR">
<Component Id="NodeExecutable">
- <File Id="node.exe" KeyPath="yes" Source="$(var.SourceDir)\node.exe"/>
+ <File Id="iojs.exe" KeyPath="yes" Source="$(var.SourceDir)\iojs.exe"/>
</Component>
<Component Id="NodeVarsScript">
@@ -130,7 +130,7 @@
<?if $(var.NoETW) != 1 ?>
<Component Id="NodeEtwSupport">
<File Id="node_etw_provider.man" Source="$(var.RepoDir)\src\res\node_etw_provider.man">
- <util:EventManifest MessageFile="[INSTALLDIR]node.exe" ResourceFile="[INSTALLDIR]node.exe"/>
+ <util:EventManifest MessageFile="[INSTALLDIR]iojs.exe" ResourceFile="[INSTALLDIR]iojs.exe"/>
</File>
</Component>
<?endif?>
@@ -157,7 +157,7 @@
WorkingDirectory="INSTALLDIR"/>
<Shortcut Id="NodeExecutableShortcut"
Name="Node.js"
- Target="[INSTALLDIR]node.exe"
+ Target="[INSTALLDIR]iojs.exe"
WorkingDirectory="INSTALLDIR"/>
<Shortcut Id="UninstallProduct"
Name="Uninstall Node.js"