From 42c31f4f2d0cd1c230466471bc850e61ab6ade3f Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 14 Jan 2015 01:11:51 +0100 Subject: [PATCH] win,msi: link node.exe to iojs.exe Add a feature to the MSI installer that, when selected, hard-links node.exe to iojs.exe. PR: https://github.com/iojs/io.js/pull/346 Reviewed-by: Fedor Indutny Reviewed-by: Rod Vagg --- tools/msvs/msi/product.wxs | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index b05b04c8455aa0..18f9936bfd8d05 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -49,6 +49,13 @@ + + + + + + + + + @@ -249,6 +262,19 @@ + + + + + $NodeAlias = 3 + + +