简体   繁体   English

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

[英]Where are the visual C++ redistributable packages installed?

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. 因此,我正在尝试在我的Windows 8上安装microsoft visual studio 2015社区,但安装程序一直停止并声称无法找到2013年可再发行组件。 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. 谢谢你的帮助。

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. 临时解决方案是下载完整的ISO格式并使用它进行安装。 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并验证校验和: 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的主下载页面上找到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS 2008中Visual C ++可再发行组件安装程序在哪里? - Where is Visual C++ Redistributable Installer in VS 2008? Visual c + +可再分发的再分发 - Visual c++ redistributable redistribution visual c ++ 2010可再发行 - visual c++ 2010 redistributable 尽管安装了Visual C ++可再发行组件包,但缺少msvcr110.dll吗? - msvcr110.dll is missing although Visual C++ Redistributable package is installed? 如何在MFC应用程序中获得Microsoft Visual C ++ Redistributable(x64)的安装版本 - How to get installed version of Microsoft Visual C++ Redistributable(x64) in mfc application 是否可以通过TFS Build自动安装Visual Studio 2012 C ++可再发行组件? - Can the Visual Studio 2012 C++ Redistributable be installed automatically with a TFS Build? 为什么需要Visual C ++ Redistributable Package? - Why is the Visual C++ Redistributable Package Required? 我应该安装哪种c ++运行时可再发行程序包? - What kind of c++ runtime redistributable packages should I install? 将Visual Studio 2015的Visual C ++ Redistributable添加到InstallShield - Add Visual C++ Redistributable for Visual Studio 2015 to InstallShield Visual Studio 2015 的 C# 和 C++ Redistributable 缺少依赖项 - Missing dependencies with C# and C++ Redistributable for Visual Studio 2015
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM