Visual Studio 安装失败的解决方法(Windows10)

时间:2024-04-14 10:44:38

安装vs2019的时候遇到了各种问题,下面一一介绍解决方案。

安装背景

帮同学改代码的时候,发现他已经用上了最新的VS2019,遂尝试将本人的2017至最新版,不料遇到诸多问题。

#Windows10环境
#July 22, 2020Windows版本有过最新变化

电脑已存在VS2017community。


各种问题

1.正在提取文件Visual Studio 2019安装失败的解决方法(Windows10)

卡在正在提取文件


2.找不到与以下参数匹配的产品

Visual Studio 2019安装失败的解决方法(Windows10)
找不到与以下参数匹配的产品


3.安装显示无任何内容Visual Studio 2019安装失败的解决方法(Windows10)

安装显示无任何内容


解决方案

链接: Developer Community.

原回答:
Can you please check if you can access https://aka.ms/vs/16/release/channel and download file to your machine successfully?

If this works for you, please delete the Visual Studio Installer directory. Typically, the directory is C:\Program Files (x86)\Microsoft Visual Studio\Installer.

Then download the bootstrapper by going to the Visual Studio downloads page: https://visualstudio.microsoft.com/downloads/ and clicking Download for your edition of Visual Studio, retry your installation.

Please let me known if this works for you.

If this issue still exists, please have a look at this article and tell us this helps unblock you:

https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in

PS:如果仍然不济于事,删掉所有安装目录,重启,再来一遍
或者参考本人试过的其他办法:

A:中途有次打开安装工具后仍然提示下载2017版本,怀疑是因为2017卸载不彻底,残留文件影响安装。遂在github上安装了VS卸载工具
链接: https://github.com/Microsoft/VisualStudioUninstaller/releases

B:删除C:\ProgramData\Microsoft\VisualStudio\Packages文件,然后再启动\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\layout\InstallCleanup.exe

C:运行vs_installer.exe,可能会弹出界面说有兼容性错误,可以选择修复。修复之后,vs_installer.exe 就出现产品选择界面了,然后再运行 vs_community__.exe,就可以出现产品选择界面了。(本人电脑并没有弹出)

D:更新新版本系统

修复过程中可能需要多次重新启动,重新安装,耐心还是要有的


Visual Studio 2019安装失败的解决方法(Windows10)
又可以快乐地 写代码了!