Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-09-05 09:18:22 +0300
committerRod Vagg <rod@vagg.org>2015-09-06 14:40:07 +0300
commit76ffbfc2eb6bf5f1dd45b63f1b5197ab14b17fba (patch)
tree9188d21f87631def1fadabb00dcdf7dc8f77494c
parentcd1625ca2f698acb76e4dbfc1483fa180c623767 (diff)
build: make .msi install to "nodejs", not "node"v4.0.0-rc.1
-rwxr-xr-xtools/msvs/msi/product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs
index 172399ca5c8..b8aaa288ddf 100755
--- a/tools/msvs/msi/product.wxs
+++ b/tools/msvs/msi/product.wxs
@@ -39,7 +39,7 @@
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
- <Property Id="ApplicationFolderName" Value="node"/>
+ <Property Id="ApplicationFolderName" Value="nodejs"/>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
<Property Id="INSTALLDIR">