From d73a56f2eb411a71c9d4f3ac157b8e4af1350af0 Mon Sep 17 00:00:00 2001 From: Daverd-GM <83420417+Daverd-GM@users.noreply.github.com> Date: Sat, 15 Nov 2025 17:55:41 -0400 Subject: [PATCH] Update install_tools.bat old echo from 2019 to 2022 tools: update an echo in install_tools.bat to reflect current version This is a small tweak that corrects the echo to the correct version being installed Fixes: https://github.com/nodejs/node/issues/60733 --- tools/msvs/install_tools/install_tools.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/msvs/install_tools/install_tools.bat b/tools/msvs/install_tools/install_tools.bat index 9d759f6398118f..bf9c47b8c3d0fb 100644 --- a/tools/msvs/install_tools/install_tools.bat +++ b/tools/msvs/install_tools/install_tools.bat @@ -39,7 +39,7 @@ echo license terms or not. Read and understand the license terms of the packages echo being installed and their dependencies prior to installation: echo - https://chocolatey.org/packages/chocolatey echo - https://chocolatey.org/packages/python -echo - https://chocolatey.org/packages/visualstudio2019-workload-vctools +echo - https://chocolatey.org/packages/visualstudio2022-workload-vctools echo. echo This script is provided AS-IS without any warranties of any kind echo ----------------------------------------------------------------