If the command prompt closes prematurely, the layout is incomplete. Run the same layout command again; it will resume the download. If you'd like, I can:
Because Microsoft does not provide an official Visual Studio 2017 ISO file, you must package your newly created C:\VS2017Layout folder into an ISO yourself.
For official downloads (online installer), visit: https://my.visualstudio.com/downloads (subscription required for Pro/Enterprise) or https://visualstudio.microsoft.com/vs/older-downloads/ (Community). visual studio 2017 offline installer iso
Once the command prompt finishes caching all components into your target directory ( C:\VS2017Offline ), you can package it into a single portable file.
You need a machine with internet access to download the installer and packages. If the command prompt closes prematurely, the layout
: Run the update command before distributing the layout to a large number of machines to ensure they get the latest patches and security fixes
Once complete, you can burn this ISO to a dual-layer DVD, copy it to a bootable USB drive, or move it directly to an air-gapped machine. Step 5: Install Visual Studio 2017 from the Offline ISO For official downloads (online installer), visit: https://my
Replace enterprise with professional or community as needed.
Explain how to if you have a partial offline folder Let me know which of these would be most helpful! Share public link
vs_community.exe --layout C:\vs2017offline --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --lang en-US : Copy the folder to your offline machine and run the inside it with the switch to ensure it doesn't try to "call home". Scott Hanselman Create an offline installation - Visual Studio (Windows)
A full layout is enormous. If you don't need everything, use the --add parameter to select only the workloads you actually need. For example, a minimal installation targeting only .NET desktop development could be significantly smaller.