关于VC++运行库15与17的x64版本共存性问题
本人之前装了7个版本的运行库:x64-05、08、10、12、13、15,x86-15。
但是今天安装了17的x64版本后,重启系统发现15的x64版本运行库消失了,再次安装也提示失败。
之后本人又检查了系统更新,结果没有(之前旧版的运行库因为官网未必提供的是最新版,所以会有更新)。
因此现在想到,是不是x64的15与17版本运行库有冲突,或者其实是程序出错?
再次安装15的x64版本运行库出错后的错误代码:0x80070666
日志:
[3174:0D20][2017-09-04T21:06:58]i001: Burn v3.7.3813.0, Windows v10.0 (Build 15063: Service Pack 0), path: C:\Users\yuana\Downloads\Visual_C++ 运行库\vcredist-15_x64.exe, cmdline: ''
[3174:0D20][2017-09-04T21:06:58]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\yuana\AppData\Local\Temp\dd_vcredist_amd64_20170904210658.log'
[3174:0D20][2017-09-04T21:06:58]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\yuana\Downloads\Visual_C++ 运行库\vcredist-15_x64.exe'
[3174:0D20][2017-09-04T21:06:58]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\yuana\Downloads\Visual_C++ 运行库\'
[3174:0D20][2017-09-04T21:06:58]i000: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.23026'
[3174:0D20][2017-09-04T21:06:58]i100: Detect begin, 10 packages
[3174:0D20][2017-09-04T21:06:58]i000: File search: windows_uCRT_DetectKey, did not find path: C:\WINDOWS\system32\api-ms-win-crt-runtime-l1-1-0.dll
[3174:0D20][2017-09-04T21:06:58]i000: File search: windows_uCRT_DetectKeyExists, did not find path: C:\WINDOWS\system32\api-ms-win-crt-runtime-l1-1-0.dll
[3174:0D20][2017-09-04T21:06:58]i000: Setting numeric variable 'windows_uCRT_DetectKeyExists' to value 0
[3174:0D20][2017-09-04T21:06:58]i102: Detected related bundle: {6c6356fe-cbfa-4944-9bed-a9e99f45cb7a}, type: Upgrade, scope: PerMachine, version: 14.11.25325.0, operation: Downgrade
[3174:0D20][2017-09-04T21:06:58]i108: Detected compatible package: vcRuntimeMinimum_x64, provider: Microsoft.VS.VC_RuntimeMinimumVSU_amd64,v14, installed: {B0037450-526D-3448-A370-CACBD87769A0}, version: 14.11.25325, chained: {0D3E9E15-DE7A-300B-96F1-B4AF12B96488}
[3174:0D20][2017-09-04T21:06:58]i103: Detected related package: {B0037450-526D-3448-A370-CACBD87769A0}, scope: PerMachine, version: 14.11.25325.0, language: 0 operation: Downgrade
[3174:0D20][2017-09-04T21:06:58]i108: Detected compatible package: vcRuntimeAdditional_x64, provider: Microsoft.VS.VC_RuntimeAdditionalVSU_amd64,v14, installed: {B13B3E11-1555-353F-A63A-8933EE104FBD}, version: 14.11.25325, chained: {BC958BD2-5DAC-3862-BB1A-C1BE0790438D}
[3174:0D20][2017-09-04T21:06:58]i103: Detected related package: {B13B3E11-1555-353F-A63A-8933EE104FBD}, scope: PerMachine, version: 14.11.25325.0, language: 0 operation: Downgrade
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: vcRuntimeMinimum_x64, state: Obsolete, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: vcRuntimeAdditional_x64, state: Obsolete, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: Windows81_x86, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: Windows81_x64, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: Windows8_x86, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: Windows8_x64, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: Windows7_MSU_x86, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: Windows7_MSU_x64, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: WindowsVista_MSU_x86, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i101: Detected package: WindowsVista_MSU_x64, state: Absent, cached: None
[3174:0D20][2017-09-04T21:06:58]i052: Condition 'VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)' evaluates to true.
[3174:0D20][2017-09-04T21:06:58]i199: Detect complete, result: 0x0
[3174:31D4][2017-09-04T21:07:02]e000: Error 0x80070666: Cannot install a product when a newer version is installed.
最后更新:2017-09-04 22:02:40
上一篇:
Win10升级出现0xc1900208错误
下一篇:
电视棒识别
你的设备已过期,并缺少重要的安全和质量更新,因此存在风险。让我们带你重回正轨,这样
Microsoft store 无法联网,显示Microsoft Store需要联网,你似乎没有联网
设备以迁移 由于仅部分匹配或匹配不明确,因此无法迁移设备
由于在创建转储期间出错,创建转储文件失败。
发生临时 DNS 错误
应用商店,在我们这边发生问题,无法使你登陆,错误代码: 0xD000000D
照相机不可用,错误代码:0xA00F4244(0xC00DABE0)
应用商店打开异常提示“清单中指定了未知的布局”
自定义扫描Windows defender里面的设备性能和运行状况 黄色感叹号问题
windows预口体验成员内口版本遇到问题需要重启
热门内容
windows10 点开此电脑后,有两个显示硬盘盘符的目录是怎么回事?
windows 10 专业版无法下载中文语言包
KB4056892
win10不能共享文件夹
在Surfacebook上用Windows to go 1703版本,更新后重启蓝屏,无法进入系统
windows10 1709版本更新失败,错误0x8007001f
microdoft visual c++ 2015 redistributable
WIN10 Insider Preview 17025更新失败,错误代码0x80096004
计算机管理服务 出现一个内部错误(INVALID
关于控制面板中的安全和维护内提示Windows defender 防病毒已关闭的问题