Skip to content

Improve Powershell-powered VSDevEnv automation #12

@BinToss

Description

@BinToss
$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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions