December 17, 2009

How to register a dll file

Follow these steps to register DLLs or OCXs:

At first copy the .dll file to the c:\windows\system32 folder; then follow the steps given below

1. On the Taskbar, select Start > Run.
2. In the Open field, type regsvr32 "\NameOfFile.extension", where is the directory where the file is located on your computer and NameOfFile.extension is the name of the file. For example:

regsvr32 "C:\Windows\System32\Mydll.dll"
3. Press Enter.

No comments:

Post a Comment