četvrtak, 19. veljače 2009.

How to register dll, How to re-register dll, How to register multiple dlls, How to Unregister dll


How to register dll and How to re-register dll?


1. Click Start and Run and wrote: regsvr32 path\filename.dll
(you can wrote or drag and drop file to set path and filename
and you can register more then one dll with one regsvr32 commads. Just drag couple of dll files )

2. press Enter.

Example:
regsvr32 C:\config\servercomponents\Blabla.dll

- regsvr32 is a command that tells your computer to register the DLL file
- path is the actually location or directory of where the file is located.
- filename is obviously the name of the DLL file you will be registering

Once the DLL has been registered, you should receive a confirmation in the form of a pop up box. This message will list your newly registered DLL file and confirm that is was successfully registered into the registry.


How to Unregister dll ?


Start and Run and wrote: regsvr32 /u path\filename.dll

Example:
regsvr32 /u C:\config\servercomponents\Truckscout.dll