top | item 47023894

(no title)

claimred | 15 days ago

Perhaps winget is enough?

winget install Microsoft.VisualStudio.2022.BuildTools

discuss

order

debugnik|15 days ago

The Build Tools installer first installs the Visual Studio tool to select the workloads you want as well.

josephernest|15 days ago

Let's say I want to compile a helloworld.cpp with no build tools installed yet.

What is the minimal winget command to get everything installed, ready for : cl main.cpp ?

Ps: I mean a winget command which does not ask anything, neither in command line, nor GUI ? Totally unattenfed.