Click to See Complete Forum and Search --> : How to install DLL files in my system


Hussam
03-28-2002, 09:00 PM
Hello ,

i want to know the method to install some .DLL files in my system "98, XP"

dont tell me just copy the file into system root cuz i heard there is a dos command i must do

dighn
03-28-2002, 11:10 PM
depends on what kind of DLL it is

if it's plain-vinilla DLL (ie. dlls that only contain functions), just copying them is fine

if they are automation DLLs. you need to register them. most automation DLLs are self-registering so just type "regsvr32 dll_name.dll"

to manually register an automation dll you need to know some details about it and i dont know how to do that... most likely you will not have to.