張貼者: 邱小新 於 晚上9:08
  • Visual Studio Community component directory
  • 使用 C++ 的傳統型開發的識別碼:
    Microsoft.VisualStudio.Workload.NativeDesktop
  • .NET 桌面開發的識別碼:
    Microsoft.VisualStudio.Workload.ManagedDesktop
  • 通用 Windows 平台開發的識別碼:
    Microsoft.VisualStudio.Workload.Universal
  • Visual Studio 2019 Release Notes
  • E:\vs_community_2019.exe --layout E:\vs2019_layout
    --add Microsoft.VisualStudio.Workload.NativeDesktop
    --add Microsoft.VisualStudio.Workload.ManagedDesktop
    --add Microsoft.VisualStudio.Workload.Universal
    --includeRecommended --lang en-US zh-TW
  • --layout:指定 VS2019 相關組件的下載目錄
  • --add:添加將要下載的工作負載
  • --includeRecommended:安裝相關工作負載的推薦元件
  • --lang:下載指定的語言包,英文(en-US)、中文(zh-TW)
  • 下載總容量: 4.42(2.50) GB
  • E:\vs_community_2017.exe --layout E:\vs2017_layout
  • 下載總容量: 48.9 GB
  • 更新離線安裝包只要重新執行 vs_community.exe 指令就可以了,vs_community.exe 會檢查下載目錄,更新安裝包。
  • VS2019 離線安裝方法詳解