From 63b338120502df534944cba7d5bd7b233dd8b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Tue, 13 Nov 2018 22:38:45 +0000 Subject: [PATCH] win: add customization warning to tools script --- tools/msvs/install_tools/install_tools.bat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/msvs/install_tools/install_tools.bat b/tools/msvs/install_tools/install_tools.bat index 36456fa6f656a9..3ae1728cbd7033 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