Skip to content

Conversation

@yashwantbezawada
Copy link

Fixes: #60733

Summary

The install_tools.bat script displayed an outdated URL reference to visualstudio2019-workload-vctools in the license information section, while the actual installation command correctly uses visualstudio2022-workload-vctools.

Changes

  • Updated line 42 of tools/msvs/install_tools/install_tools.bat to reference the correct Visual Studio 2022 package URL that matches what is actually being installed

This ensures users see accurate information about what packages will be installed when they review the license terms.

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: nodejs#60733
@nodejs-github-bot nodejs-github-bot added install Issues and PRs related to the installers. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform. labels Nov 15, 2025
@Daverd-GM
Copy link
Contributor

Thanks sorry I did it wrong

@Renegade334
Copy link
Member

Unsolicited takeovers of other users' PRs is considered rather poorly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

install Issues and PRs related to the installers. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

outdated echo in the install_tools.bat

4 participants