I'm trying to use the code from http://www.vbforums.com/showthread.php?t=428966 to register a dll WITHOUT regsvr32. It works pretty well but it freezes while trying to register the dll. Is there a modification to stop it from freezing? Thanks
Printable View
I'm trying to use the code from http://www.vbforums.com/showthread.php?t=428966 to register a dll WITHOUT regsvr32. It works pretty well but it freezes while trying to register the dll. Is there a modification to stop it from freezing? Thanks
Should I rephrase the question?
Why would you want to bother not using Regsvr32???
What about saving yourself all that code and simply use an installer and let it do all the work for you.
Yeah, I know, I just like figuring out stuff that doesn't really have a point to but I would just like to know how to modify the code so that it doesn't freeze. I know I can use installers and regsvr32 but I'm trying to figure out how to use that code to register dlls without regsvr32.