From 7d845601dfb7a3275b18513573fc0265242281d5 Mon Sep 17 00:00:00 2001 From: Yashwant Bezawada Date: Sat, 15 Nov 2025 17:55:41 -0600 Subject: [PATCH] tools: update Visual Studio reference to 2022 in install script The install_tools.bat script displayed an outdated URL reference to visualstudio2019-workload-vctools in the license information, while the actual installation command correctly uses visualstudio2022-workload-vctools. This updates the URL displayed to users to match the package that is actually 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 ----------------------------------------------------------------