How do you register new dlls and ocxs for your app through code in XP? I tried running it through a batch file and it doesn't seem to work.
Printable View
How do you register new dlls and ocxs for your app through code in XP? I tried running it through a batch file and it doesn't seem to work.
Use DllRegisterServer Api call.
http://www.allapi.net/apilist/exampl...egister+Server
http://www.allapi.net/apilist/exampl...ample=Register Server (2)