积极答复者
Microsoft Visual C++ x64 Redistributable 安装在2012 R2系统报错

问题
-
我的系统windows server2012 R2 Standard X64的系统,
在控制面板没看到Microsoft Visual C++ x64 Redistributable 程序
我安装的时候提示修复或者卸载,点击修复会安装提示修复不成功
Log File C:\temp\2\Microsoft Visual C++ 2010 x64 Redistributable Setup_20180208_164011125-MSI_vc_red.msi.txt does not yet exist but may do at Watson upload time
[2/8/2018, 16:40:15]Calling MsiInstallProduct(e:\4708fa0048d151fbac366eb7edbd966e\vc_red.msi, EXTUI=1 PATCH="e:\4708fa0048d151fbac366eb7edbd966e\msp_kb2565063.msp"
[2/8/2018, 16:40:16] Returning IDOK. INSTALLMESSAGE_ERROR [Error 1402.Could not open key: UNKNOWN\Components\CC55BAE45466EF63487E80325EFD4699\1926E8D15D0BCE53481466615F760A7F. Verify that you have sufficient access to that key, or contact your support personnel.]
[2/8/2018, 16:40:17]MSI (e:\4708fa0048d151fbac366eb7edbd966e\vc_red.msi) Installation failed. Msi Log: Microsoft Visual C++ 2010 x64 Redistributable Setup_20180208_164011125-MSI_vc_red.msi.txt
[2/8/2018, 16:40:17]PerformOperation returned 1603 (translates to HRESULT = 0x80070643)
[2/8/2018, 16:40:17] Action complete[2/8/2018, 16:40:17]OnFailureBehavior for this item is to Stop.
[2/8/2018, 16:40:17] Action complete[2/8/2018, 16:40:17]Final Result: Installation failed with error code: (0x80070643), "Fatal error during installation. " (Elapsed time: 0 00:00:06).
[2/8/2018, 16:40:20]WM_ACTIVATEAPP: Focus stealer's windows WAS visible, NOT taking back focus卸载的话 提示Microsoft Visual C++ x64 Redistributable does not apply
- 已移动 Baron Bi 2018年2月9日 7:51
全部回复
-
Hi,
该论坛是关于c++代码开发问题。对于你的问题,我会帮你移到vs相关问题讨论。
谢谢你的理解与支持。
Best Regards,
Baron Bi
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. -
Hi,
日志中的错误信息显示当前操作用户的权限不足,请确保当前用户具有管理员权限,或者创建一个新的管理员账号登陆电脑,再进行修复操作。
你也可以试试这个工具:https://support.microsoft.com/zh-cn/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed
之前你在英文论坛也发过类似的贴子:https://social.msdn.microsoft.com/Forums/vstudio/en-US/2b405940-72cf-4be2-aae5-ff9828b330cd/microsoft-visual-c-2010-x64-redistributable-has-not-been-repaired-because-fatal-error-during?forum=vssetup#bbfe222f-725e-435b-9d6c-e0d7f9012cd6,不知道强制卸载命令能否成功卸载电脑上残留的Visual C++ 2010 Redistributable。
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