Hey I tried adding a DLL file in Windows 7 by copying to system32 folder, but I couldn't as Access Was Denied. Actually there is an existing DLL file and I'm trying to replace it. How can I do this in Windows 7?
|
|
Here is the full usage of regsvr32.
|
|||
|
|
|
To register a dll, you open a command box as admin and then use Tha said, your problem seems to be that you just can't copy the file. Again, open a command box as admin and do the following:
If the file is in use, you should do this in safe mode, command prompt only. If you hose your system, you can delete the dll you copied, and rename the .old back to .dll. |
|||||
|
|
Unregister the existing DLL file first (with the |
||||
|
|
To register a comm .dll or .ocx on Windows 7 32-bit, do the following:
|
||||
|
|
|
There are usually two issues with regsvr32 on Windows 7:
To get around the "Access Denied" problem, start the command line as admin, in the start menu type 'cmd.exe' and then right click the 'cmd.exe' entry and 'Run as Administrator'. If the DLL is 32bit and in the 32Bit Windows directory, use the 32bit version of regsvr32 at c:\windows\sysWOW64\regsvr32.exe |
|||
|
|
