Skip to content

Commit 4709fe6

Browse files
joaocgreisBridgeAR
authored andcommitted
win: add customization warning to tools script
PR-URL: #24348 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent a01e829 commit 4709fe6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/msvs/install_tools/install_tools.bat

+8
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ pause
5454
cls
5555
echo !!!!!WARNING!!!!!
5656
echo -----------------
57+
echo This script should make installing the tools as easy as possible. Hence, it
58+
echo WILL NOT OFFER ANY CUSTOMIZATION. If there's any parameter you'd like to
59+
echo customize (like installation directory or features), or if there's any
60+
echo special rule or policy that your computer should comply to (like not being
61+
echo able to log in as the user with administrative privileges), please follow the
62+
echo instructions to download and execute the installers directly:
63+
echo https://github.com/nodejs/node-gyp#on-windows
64+
echo.
5765
echo Use of Boxstarter may reboot your computer automatically multiple times.
5866
echo When performing a reboot, Boxstarter will need to disable User Account
5967
echo Control (UAC) to allow the script to run immediately after the reboot. When

0 commit comments

Comments
 (0)