下載 Visual Studio 2017 社群時出現問題

下載 Visual Studio 2017 社群時出現問題

每當我單擊 .exe 檔案時,引導程式就會出現,載入幾秒鐘,然後消失。我嘗試運行安裝清理並確保 Windows 是最新的。我環顧四周並用谷歌搜索,絕對找不到這個問題的答案。這是一台 Windows 10 個人筆記型電腦。如果我需要提供其他信息,請告訴我應該提供什麼,我將很樂意這樣做。我很感激任何幫助!

這是日誌:

[9/5/2019, 14:39:30] === Logging started: 2019/09/05 14:39:30 ===
[9/5/2019, 14:39:30] Executable: C:\Users\cshet\Desktop\vs_community__914888294.1537592452__rid.30012.exe v16.2.29215.179
[9/5/2019, 14:39:30] --- logging level: standard ---
[9/5/2019, 14:39:30] Directory 'C:\Users\cshet\AppData\Local\Temp\ecbf740fd1fcd9a45f27ddd0d1\' has been selected for file extraction
[9/5/2019, 14:39:30] Extracting files to: C:\Users\cshet\AppData\Local\Temp\ecbf740fd1fcd9a45f27ddd0d1\
[9/5/2019, 14:39:30] Extraction took 250 milliseconds
[9/5/2019, 14:39:30] Executing extracted package: 'vs_bootstrapper_d15\vs_setup_bootstrapper.exe ' with commandline '  --env "_SFX_CAB_EXE_PACKAGE:C:\Users\cshet\Desktop\vs_community__914888294.1537592452__rid.30012.exe _SFX_CAB_EXE_ORIGINALWORKINGDIR:C:\Users\cshet\Desktop"'
[9/5/2019, 14:39:37] The entire Box execution exiting with result code: 0x0
[9/5/2019, 14:39:37] Launched extracted application exiting with result code: 0x1389
[9/5/2019, 14:39:37] === Logging stopped: 2019/09/05 14:39:37 ===

答案1

一些建議,要逐點完成,而不是全部完成(您已經做了一些):

  • 嘗試再次下載安裝。
  • 確保您有足夠的磁碟空間並且 Windows 是最新的並且您的電腦符合 Visual Studio 的要求
  • 暫時停用所有防毒軟體
  • 清理%temp%資料夾C:\Program Files (x86)\Microsoft Visual Studio\ 以及安裝程式建立的任何其他檔案/資料夾
  • 以管理員身份執行安裝程序
  • 以網路模式的安全模式啟動
  • 如果您安裝了 Electron,可能會與 NODE_OPTIONS需要停用的環境變數發生衝突(請參閱關聯

相關內容