開放、平等、協(xié)作、快速、分享
與制作Visual Studio 2017的離線安裝包(https://www.cnblogs.com/danzhang/p/6534341.html)類似,可以使用--layout的參數(shù)在安裝前先下載安裝所需要的全部文件,再將其制作成ISO鏡像文件,分發(fā)給內(nèi)網(wǎng)中的開發(fā)人員。
下面是幾個示例:
vs_community.exe --layout c:\vslayout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US
注意:
上面的參數(shù)—add添加了Visual Studio中所需要的功能模塊
上面的參數(shù)—lang en-us指定了語音包,如果需要中文版本,可以使用參數(shù)zh-cn
vs_community.exe --layout c:\vslayout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Office --includeOptional --lang en-US
vs_community.exe --layout c:\vslayout --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US
vs_community.exe --layout c:\vslayout --lang en-US
注意:Visual Studio 2019的完整安裝包比較大,將近40GB的數(shù)據(jù)
下載完成后,可以使用ISO鏡像制作工具,將下載的內(nèi)容制作成一個鏡像文件。我最喜歡這個又小又免費的軟件(http://www.freeisocreator.com/0)
--
http://www.cnblogs.com/danzhang/ DevOps MVP 張洪君
--