询问者
Visual C++ 2008 Redistributable在新买的电脑上安装失败

问题
-
我要装某视频编辑软件时提示要装这个,结果安装失败。错误提示框是这样的:
错误1935。安装程序集Microsoft.VC90.ATL,version="9.0.21022.8",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"期间出错。有关详细信息,请参考“帮助和支持”HRESULT:0x80070002。
这是事件日志:
日志名称: Application 来源: MsiInstaller 日期: 2019/2/17 13:14:19 事件 ID: 11708 任务类别: 无 级别: 信息 关键字: 经典 用户: DESKTOP-1HAP2IQ\HUAWEI 计算机: WIN-CJ92CHIJSUK 描述: 产品: Microsoft Visual C++ 2008 Redistributable - x64 9.0.21022 -- 安装失败。
我的电脑信息是这样的:
操作系统名称 Microsoft Windows 10 家庭中文版 版本 10.0.17134 版本 17134 其他操作系统描述 没有资料 操作系统制造商 Microsoft Corporation 系统名称 DESKTOP-1HAP2IQ 系统制造商 HUAWEI 系统型号 WRT-WX9 系统类型 基于 x64 的电脑
谢谢各位了!
全部回复
-
Hello,
非常感谢在MSDN论坛发帖提问。
>>Visual C++ 2008 Redistributable在新买的电脑上安装失败。
在微软官网下载了Microsoft Visual C++ 2008 Redistributable Package (x64), 安装过程中没有出现问题,我的环境Win 10企业版。
这种情况可能是以前的windows更新或者自定义的msi程序包安装不成功,在注册表HKEY_LOCAL_MACHINE\COMPONENTS中下留下错误的注册表项导致的。 或者是因为 * x86_x64.msm 文件和 Vcredist_x64.exe 文件之间的冲突, 导致安装失败。
或许你可以先安装下 Microsoft Visual C++ 2008 Redistributable Package (x86),
再安装一下 Microsoft Visual C++ 2008 Redistributable Package ATL Security Update,
最后试试安装 Microsoft Visual C++ 2008 Redistributable Package (x64)。
或者先安装一下Microsoft Visual C++ 2008 SP1 Redistributable Package (x86),
再安装Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package ATL Security Update。更多的参考链接可以参考这个帖子。另外据我所知,这类问题最有效的方式是需求MS support的帮助,但是要付费。
Best Wishes,
Jack
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
-
你好,
>>然而,我装这个x86的,也是失败报错啊!错误编码都是一样的!
你可以尝试安装一下VS2008,正常情况下安装对应版本VS都会安装相应的VC++ Redistributable Package.
官网上下载VS开发工具的最低版本是VS2010,找到一个下载VS2008的网址,但是打开后发现只能下载一个ppt。
最后只找到VS2008 Service Pack 1的下载链接。你可以自己在网上找个vs2008安装包试试。
Best Wishes,
Jack
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
- 已编辑 Jack Zhang - AAAModerator 2019年2月19日 1:54