惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
博客园_首页
量子位
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
V
Visual Studio Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
爱范儿
爱范儿
MongoDB | Blog
MongoDB | Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Y
Y Combinator Blog
H
Help Net Security
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale

秋水逸冰

丽萨主机:双ISP家宽住宅IP VPS/CN2 GIA精品网/G口大带宽 | 秋水逸冰 Linux Kernel 6.18.x 编译版 | 秋水逸冰 思考未来人与 AI 的关系 | 秋水逸冰 3X-UI 面板安装和使用教程 | 秋水逸冰 Xray-UI 面板安装和使用教程 | 秋水逸冰 WCMP (Windows + Caddy + MariaDB + PHP) Nginx for Windows | 秋水逸冰 Aria2 for Windows | 秋水逸冰 Curl for Windows | 秋水逸冰 Wget for Windows | 秋水逸冰 Windows 11 Enterprise LTSC DD 镜像 Windows Server 2025 Datacenter DD 镜像 重新编译 curl 以支持 HTTP3 | 秋水逸冰 tiny10 和 tiny11 23H2 的 Windows DD 镜像 从 Apache httpd 切换到 Caddy2 LCMP (Linux + Caddy + MariaDB + PHP) Windows 11 Pro for Workstations 22H2 DD 镜像 Shadowsocks 编译版 by Teddysun | 秋水逸冰 适用于 UEFI 启动的多个 Windows 系统 DD 镜像 Linux Kernel 5.15.x 编译版 | 秋水逸冰 制作适用于 WSL 的任意 Linux 镜像 Windows 11 Pro for Workstations 21H2 DD 镜像 Windows 10 Enterprise LTSC DD 镜像 Linux Kernel 5.14.x 编译版 | 秋水逸冰 Linux Kernel 5.13.x 编译版 | 秋水逸冰 Windows Server 2022 Datacenter DD 镜像 在 Windows 10 上安装 Rocky Linux 系统 Linux Kernel 5.12.x 编译版 | 秋水逸冰 Linux Kernel 5.11.x 编译版 | 秋水逸冰 在 Windows 10 上安装 CentOS 系统
VC Redist Installer简介和安装 | 秋水逸冰
秋水逸冰 · 2013-06-07 · via 秋水逸冰

技术 秋水逸冰 11630浏览 0评论

  VC Redist Installer是什么?
  其实没什么,就是一款打包好的Microsoft Visual C++运行库,包含了VC2005、VC2008、VC2010、VC2012,并且包括了32位和64位版本,安装时会自动检查系统是属于哪个版本。
  VC Redist Installer有什么用?
  你有没有发现,有时候你安装完一些软件或游戏,尤其是那种绿色版或者汉化版的,运行时会发现报错,常见的有:缺少或丢失msvcp71.dll、msvcr71.dll、msvcrt.dll、msvcrt.dll等;由于应用程序配置不正确,应用程序未能启动。尝试重新安装该程序以解决此问题。此时就要用到对应版本的Microsoft Visual C++运行库了。这个安装包就是提供所有版本的Microsoft Visual C++运行库用的。

  VC Redist Installer包含了哪些软件?

Visual C++ 2005 x86
Visual C++ 2005 x64
Visual C++ 2008 x86 9.0.30729.7523
Visual C++ 2008 x64 9.0.30729.7523
Visual C++ 2010 x86 10.0.40219.447
Visual C++ 2010 x64 10.0.40219.447
Visual C++ 2012 x86 11.0.51106
Visual C++ 2012 x64 11.0.51106
Microsoft Visual F Runtime 2.0
Older Microsoft Runtimes for older software

  VC Redist Installer支持哪些平台?
  从Windows XP到Windows 8,Windows全系列版本。

下载链接:http://down.tech.sina.com.cn/page/56579.html

转载请注明:秋水逸冰 » VC Redist Installer简介和安装