summaryrefslogtreecommitdiff
path: root/tools/msvs/install_tools
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-09-21 20:37:02 +0200
committerTobias Nießen <tniessen@tnie.de>2018-09-24 23:26:18 +0200
commitb78ba93aae9b98ea8c8fba19a8bde7a8c1031db1 (patch)
tree83bd7e74abac8cb69862eba55d90c1245552f097 /tools/msvs/install_tools
parent357aeaad6230d73e19994a7237b1ef8cb01c2124 (diff)
downloadandroid-node-v8-b78ba93aae9b98ea8c8fba19a8bde7a8c1031db1.tar.gz
android-node-v8-b78ba93aae9b98ea8c8fba19a8bde7a8c1031db1.tar.bz2
android-node-v8-b78ba93aae9b98ea8c8fba19a8bde7a8c1031db1.zip
win,msi: highlight installation of 3rd-party tools
Currently, the installation wizard more or less silently installs third-party software (Boxstarter + Chocolatey). This adds some text to the MSI installation dialog and to the Boxstarter installation script. PR-URL: https://github.com/nodejs/node/pull/23003 Refs: https://github.com/nodejs/node/pull/22645 Refs: https://github.com/nodejs/node/pull/22988 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to 'tools/msvs/install_tools')
-rw-r--r--tools/msvs/install_tools/install_tools.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/msvs/install_tools/install_tools.bat b/tools/msvs/install_tools/install_tools.bat
index 6bef8ca5b6..1cb3c9300d 100644
--- a/tools/msvs/install_tools/install_tools.bat
+++ b/tools/msvs/install_tools/install_tools.bat
@@ -5,8 +5,8 @@ echo Tools for Node.js Native Modules Installation Script
echo ====================================================
echo.
echo This Boxstarter script will install Python and the Visual Studio Build Tools,
-echo necessary to compile Node.js native modules. All necessary Windows updates
-echo will also be installed.
+echo necessary to compile Node.js native modules. Note that Boxstarter,
+echo Chocolatey and required Windows updates will also be installed.
echo.
echo This will require about 3 Gb of free disk space, plus any space necessary to
echo install Windows updates.