Cannot install Dll files. Please help.

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
Icarus
Posts: 1
Joined: 11 Aug 2015, 01:18

Cannot install Dll files. Please help.

Post by Icarus »

I have pasted both files in the System32 and SysWOW64 folder, then tried to register them by using the regsvr32 command in the command prompt, but this is what I get for both files when I do that:
Attachments
updated error.PNG
updated error.PNG (73.48 KiB) Viewed 10991 times

advertisement
DllAdmin
Site Admin
Posts: 452
Joined: 17 Mar 2011, 12:32
Contact:

Re: Cannot install Dll files. Please help.

Post by DllAdmin »

Hi Icarus,

Far from all dll-files needs to be registered to work, and many are not even built with the ability to be registered.

Seems the isdone.dll does not contain the functions necessary to be registered, and is therefor not meant to be registered.

Also, On a 64bit Windows system, the folder \System32\" is ONLY for 64bit dll-files.

How to properly register a 32bit dll-file (that is built to be registered) on a 64bit Windows system:
Open an elevated command prompt.
To do this, click Start, click All Programs, click Accessories, right-click "Command Prompt", and then click Run as administrator.
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
In the command prompt, start by typing :
cd c:\windows\syswow64\
and press enter.
then type the following and press enter:
regsvr32 c:\windows\syswow64\"filename".dll

Post Reply