История моделей
(Included in Section 5.4)
vs_enterprise.exe --noweb --noUpdateInstaller --quiet --wait ^ --add Microsoft.VisualStudio.Workload.ManagedDesktop ^ --includeRecommended Create a response.json file:
vs_enterprise.exe --layout D:\VS2019_Offline --verify It checks all packages against their hashes. Example PowerShell script to run weekly:
| Workload | ID | |----------|----| | .NET desktop development | Microsoft.VisualStudio.Workload.ManagedDesktop | | Desktop development with C++ | Microsoft.VisualStudio.Workload.NativeDesktop | | Universal Windows Platform development | Microsoft.VisualStudio.Workload.Universal | | ASP.NET and web development | Microsoft.VisualStudio.Workload.NetWeb | | Python development | Microsoft.VisualStudio.Workload.Python | | Node.js development | Microsoft.VisualStudio.Workload.Node |