Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vs install #2

Closed
kzu opened this issue Feb 8, 2020 · 1 comment
Closed

vs install #2

kzu opened this issue Feb 8, 2020 · 1 comment

Comments

@kzu
Copy link
Member

kzu commented Feb 8, 2020

Installs visual studio from scratch.

vs install -pre|preview -int|internal -sku:[e|ent|enterprise|p|pro|professional|c|com|community] [switches]

The same switches from vs run can be used to add workloads to the installation. These switches are turned into proper --add [workload id] arguments for the underlying bootstrapper.

All other documented arguments are passed through to the underlying bootstrapper as-is.

Back this issue
Back this issue

@kzu
Copy link
Member Author

kzu commented Feb 13, 2020

Done. Render from current vs install -?:

Usage: vs install [options]
      --pre, --preview       Install preview version
      --int, --internal      Install internal (aka 'dogfood') version
      --sku[=VALUE]          Edition, one of [e|ent|enterprise], [p|pro|
                               professional] or [c|com|community]. Defaults to '
                               community'.
Workload ID aliases:
      --mobile               --add Microsoft.VisualStudio.Workload.NetCrossPlat
      --xamarin              --add Microsoft.VisualStudio.Workload.NetCrossPlat
      --core                 --add Microsoft.VisualStudio.Workload.NetCoreTools
      --azure                --add Microsoft.VisualStudio.Workload.Azure
      --data                 --add Microsoft.VisualStudio.Workload.Data
      --desktop              --add Microsoft.VisualStudio.Workload.
                               ManagedDesktop
      --unity                --add Microsoft.VisualStudio.Workload.ManagedGame
      --native               --add Microsoft.VisualStudio.Workload.NativeDesktop
      --web                  --add Microsoft.VisualStudio.Workload.NetWeb
      --node                 --add Microsoft.VisualStudio.Workload.Node
      --office               --add Microsoft.VisualStudio.Workload.Office
      --python               --add Microsoft.VisualStudio.Workload.Python
      --uwp                  --add Microsoft.VisualStudio.Workload.Universal
      --vsx                  --add Microsoft.VisualStudio.Workload.
                               VisualStudioExtension
  -?, -h, --help             Display this help

@kzu kzu closed this as completed Feb 13, 2020
@devlooped devlooped locked and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant