Registering and unregistering .DLL files Quickly
Hi,
Any solution to register n no. of dll at the same time? Like needs to write any script for it?
Coz it’s too time consuming if I register dll one by one by using regser32 path syntax.
Please tell me any sol for it.
Thanks in Advance.
Any solution to register n no. of dll at the same time? Like needs to write any script for it?
Coz it’s too time consuming if I register dll one by one by using regser32 path syntax.
Please tell me any sol for it.
Thanks in Advance.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Surely you just need to loop through the folder, looking for any file with a DLL extension and then execute RegSvr32 against it? Find a script that enumerates files in a folder and edit that to suit your requirement.
Once you have done that, you can learn how to do it properly, i.e. by ensuring that the file in question contains the DLLRegisterServer entry-point before attempting to register it.
Once you have done that, you can learn how to do it properly, i.e. by ensuring that the file in question contains the DLLRegisterServer entry-point before attempting to register it.
Posted by:
Jamie B
15 years ago
Posted by:
Bhaktiratna
15 years ago
Posted by:
AngelD
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.