summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2018-11-13 22:38:45 +0000
committerJoão Reis <reis@janeasystems.com>2018-11-14 17:33:29 +0000
commit3856d8a14c0d96eb95303ed391ed719b10ee7bdb (patch)
tree2513dd4d21e89f07b60269ad84e139f577c1e040
parentfab97ee6232dc4263321b22aa6d0a26234ecaab7 (diff)
downloadandroid-node-v8-3856d8a14c0d96eb95303ed391ed719b10ee7bdb.tar.gz
android-node-v8-3856d8a14c0d96eb95303ed391ed719b10ee7bdb.tar.bz2
android-node-v8-3856d8a14c0d96eb95303ed391ed719b10ee7bdb.zip
win: add customization warning to tools script
PR-URL: https://github.com/nodejs/node/pull/24348 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
-rw-r--r--tools/msvs/install_tools/install_tools.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/msvs/install_tools/install_tools.bat b/tools/msvs/install_tools/install_tools.bat
index 36456fa6f6..3ae1728cbd 100644
--- a/tools/msvs/install_tools/install_tools.bat
+++ b/tools/msvs/install_tools/install_tools.bat
@@ -54,6 +54,14 @@ pause
cls
echo !!!!!WARNING!!!!!
echo -----------------
+echo This script should make installing the tools as easy as possible. Hence, it
+echo WILL NOT OFFER ANY CUSTOMIZATION. If there's any parameter you'd like to
+echo customize (like installation directory or features), or if there's any
+echo special rule or policy that your computer should comply to (like not being
+echo able to log in as the user with administrative privileges), please follow the
+echo instructions to download and execute the installers directly:
+echo https://github.com/nodejs/node-gyp#on-windows
+echo.
echo Use of Boxstarter may reboot your computer automatically multiple times.
echo When performing a reboot, Boxstarter will need to disable User Account
echo Control (UAC) to allow the script to run immediately after the reboot. When