PDA

View Full Version : Register a DLL file



towfiq
2012-02-23, 02:24 AM
Sample 1

Start> Computer> Local Disk (c:)> Windows> System32> Scroll down to CMD.exe, right click and 'Run as Administrator (Open your Command Window as Administrator)

Then you can just regsvr32 xxxxx.dll

to change directory use the following format:
to go back a folder - CD..
to navigate forward - cd folderNameExactl

Sample 2

Open 'Start> Computer> Local Disk (c:)> Windows> System32 > regsvr32.exe' Don't Open it, which dll file you want to register just locate that and drug it on regsvr32.exe, it will give you the success msg
--------------------------------------------------------------------------------------------


In order to resolve this issue, you can also do the following:

Restore file and registry security permissions to a known state.

For Windows XP users:
Download and unzip a small utility called Repair Permissions from http://djlizard.net/software/Repair%20Permissions.zip
Locate the unzipped folder, and double-click the !RUNME file.
The command prompt window will now open and will begin to restore the file and registry permissions to a known state, please be patient as the command can take some time to complete.
Once the command has completed, try to register a dll file again.

For Windows Vista/Windows 7 users:
Click Start>All Programs>Accessories, then right-click on “Command Prompt” and select “Run as Administrator”
Type in the following command exactly as you see it and press ENTER.
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
Wait for the command to complete, it can take some time so please be patient.
Once the command has completed, try to register a dll file again.