Skip to content

Commit 0430215

Browse files
committed
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: nodejs#263 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 92c5d32 commit 0430215

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/msvs/msi/product.wxs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
<DirectoryRef Id="INSTALLDIR">
114114
<Component Id="NodeExecutable">
115-
<File Id="node.exe" KeyPath="yes" Source="$(var.SourceDir)\node.exe"/>
115+
<File Id="iojs.exe" KeyPath="yes" Source="$(var.SourceDir)\iojs.exe"/>
116116
</Component>
117117

118118
<Component Id="NodeVarsScript">
@@ -130,7 +130,7 @@
130130
<?if $(var.NoETW) != 1 ?>
131131
<Component Id="NodeEtwSupport">
132132
<File Id="node_etw_provider.man" Source="$(var.RepoDir)\src\res\node_etw_provider.man">
133-
<util:EventManifest MessageFile="[INSTALLDIR]node.exe" ResourceFile="[INSTALLDIR]node.exe"/>
133+
<util:EventManifest MessageFile="[INSTALLDIR]iojs.exe" ResourceFile="[INSTALLDIR]iojs.exe"/>
134134
</File>
135135
</Component>
136136
<?endif?>
@@ -157,7 +157,7 @@
157157
WorkingDirectory="INSTALLDIR"/>
158158
<Shortcut Id="NodeExecutableShortcut"
159159
Name="Node.js"
160-
Target="[INSTALLDIR]node.exe"
160+
Target="[INSTALLDIR]iojs.exe"
161161
WorkingDirectory="INSTALLDIR"/>
162162
<Shortcut Id="UninstallProduct"
163163
Name="Uninstall Node.js"

0 commit comments

Comments
 (0)