Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created August 8, 2023 08:34
Show Gist options
  • Save guitarrapc/6032e8b3aa7e67801edff3142ef9380a to your computer and use it in GitHub Desktop.
Save guitarrapc/6032e8b3aa7e67801edff3142ef9380a to your computer and use it in GitHub Desktop.
Install selected component of Visual Studio Installer.

WHAT IS THIS?

Install Visual Studio Installler's CMake via setup.exe.

"C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" modify --quiet --force --norestart --productId "Microsoft.VisualStudio.Product.BuildTools" --channelId "VisualStudio.17.Release" --add "Microsoft.VisualStudio.Component.VC.CMake.Project"

Progress

image

Result

image

Reference

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