abbazanna
abbazanna

Reputation: 43

Installing Visual Studio 2017 on multiple computers

How can I install visual studio on multiple computers without downloading multiple component of visual studio that is upto 20gb or more on each computer. Is there any way of downloadimg everything once and installing on all the computers.

Upvotes: 4

Views: 2193

Answers (1)

jessehouwing
jessehouwing

Reputation: 114887

Use the layout switch and optionally add the workloads or package ids you want to store in your local cache. The docs are outlined here.

vs_setup --layout c:\vssetup --all

Upvotes: 3

Related Questions