Cannot install Dll files. Please help.
Moderators: DllAdmin, DLLADMIN ONLY
Cannot install Dll files. Please help.
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 (73.48 KiB) Viewed 11556 times
Re: Cannot install Dll files. Please help.
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
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