How To Register Windows Component *.dll files into Windows 2003 Server
Here is the easy way to register windows component into your windows 2003 server :
Example : you have testing.dll files that need to be installed on your server,
This file is stored in c:\
First, login into your windows box with RDP and administrator user.
Open a command prompt box
Start >> Run >> Command
[code]c:\>Regsvr32 testing.dll [/code]
You will see a box like adscript etc... just press Enter until finished.
To get all parameters, you can type
[code]c:\>Regsvr32 /?[/code]
ShareThis
Really short but useful howto.
Thanks.
Good luck and best wishes.
good article... keep up a good work