regsvr32 **.dll.它说版本冲突 [英] regsvr32 **.dll. it said Version conflict

查看:63
本文介绍了regsvr32 **.dll.它说版本冲突的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我想在x64中注册32位Shell扩展组件.我使用cmd"regsvr32 **.dll".但是我无法成功.
它说版本冲突".我该怎么办,请给我一些建议.

Hello everyone,
I want to register a 32 bit Shell extension component in x64.I use the cmd "regsvr32 **.dll ".But i can''t success.
It said "Version conflict". What can I do , please give me some advice.
Thanks.

推荐答案

在64位版本的Windows操作系统上,有两个版本的Regsv32.exe文件:

64位版本为%systemroot%\ System32 \ regsvr32.exe.
32位版本是%systemroot%\ SysWoW64 \ regsvr32.exe.

您能说明一下您使用的是哪一个吗?

另外,请检查 http://support.microsoft.com/kb/249873 [
On a 64-bit version of a Windows operating system, there are two versions of the Regsv32.exe file:

The 64-bit version is %systemroot%\System32\regsvr32.exe.
The 32-bit version is %systemroot%\SysWoW64\regsvr32.exe.

Can you plz clarify which one you are using.

Also, please check http://support.microsoft.com/kb/249873[^]




在命令提示符类型上,

C:\> cd"Windows \ System32"
C:\ Windows \ System32> Regsvr32 dllname [如果要注册32bit dll].

C:\> cd"Windows \ SysWow64"
C:\ Windows \ SysWow64> Regsvr32 dllname [如果要注册64位dll].

干杯
Hi,

on Command Prompt type,

C:\>cd "Windows\System32"
C:\Windows\System32>Regsvr32 dllname [If you are trying to register 32bit dll].

C:\>cd "Windows\SysWow64"
C:\Windows\SysWow64>Regsvr32 dllname[If you are trying to register 64bit dll].

Cheers


这篇关于regsvr32 **.dll.它说版本冲突的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆