-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
$VsReqs = "Microsoft.Component.VC.Runtime.UCRTSDK","Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.WinXP";
(
Get-VSSetupInstance -All -Prerelease | Select-VSSetupInstance -Latest -Require ($VsReqs)
).InstallationPath
# Need to learn names of...
# ...[component] deprecated v141 toolset for Win7.1 SDK
# ...[component] Windows 10 SDK (10.0.19041.0)
# ...[workload] Desktop development with C++Docs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request