Jika DLL adalah versi 32 bit maka
- copy DLL ke C:\Windows\SysWoW64\
- pada CMD masuk ke C:\Windows\SysWoW64\
- daftarkan DLL dengan format C:\Windows\SysWoW64\regsvr32.exe<spasi>(nama DLL)
Jika DLL adalah versi 64 bit maka
- copy DLL ke C:\Windows\System32\
- pada CMD masuk ke C:\Windows\System32\
- daftarkan DLL dengan format C:\Windows\System32\regsvr32.exe<spasi>(nama DLL)
http://support.microsoft.com/kb/249873Note 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.</spasi></spasi></spasi>
0 comments:
Post a Comment