Visual C++ 可再发行包安装在哪里?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32442549/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 14:09:01  来源:igfitidea点击:

Where are the visual C++ redistributable packages installed?

c++visual-studiovisual-c++

提问by Jason

So I'm trying to install microsoft visual studio 2015 community on my windows 8 pc but the installer keeps stopping and claiming that the 2013 redistributable cannot be found. I know it is installed. One of the options is to specify a file path to the redistributable. So I'm wondering where it is exactly I can find these files on my computer? Thanks for any help.

所以我试图在我的 Windows 8 pc 上安装 microsoft visual studio 2015 社区,但安装程序一直停止并声称找不到 2013 可再发行组件。我知道它已安装。选项之一是指定可再发行组件的文件路径。所以我想知道在我的电脑上到底在哪里可以找到这些文件?谢谢你的帮助。

采纳答案by Jason

For those of you who are having this same issue I ended up getting the answer. As of right now, Sept. 9th 2015, the official answer from Microsoft support is:

对于那些遇到同样问题的人,我最终得到了答案。截至目前,2015 年 9 月 9 日,微软支持的官方答复是:

"The problem is related to the use of Visual Studio web-installer. It will download C++ package from website, but the link of C++ package seems broken.

“问题与使用Visual Studio web-installer有关。它会从网站下载C++包,但C++包的链接似乎已损坏。

The temporary solution is to download the full ISO format and use it to install. You can download the ISO from official site and verify the checksum:https://www.visualstudio.com/en-us/downloads/visual-studio-2015-iso-sha1-vs.aspx"

临时解决方案是下载完整的 ISO 格式并使用它进行安装。您可以从官方网站下载 ISO 并验证校验和:https: //www.visualstudio.com/en-us/downloads/visual-studio-2015-iso-sha1-vs.aspx

So there you have it. Download the ISO version of the program which can also be found on the main download page for visual studio.

所以你有它。下载程序的 ISO 版本,也可以在 Visual Studio 的主下载页面上找到。