How to register .dll at runtime

pedwardpedward Member Posts: 11
Hi Experts,

I have a 3rd party dll that i am using;
During deployment i dont want to ask the client to register the dll and stuff. And other thing i dont trust our client if they miss it thn still tht wont be good.

So i have a work around in my mind,

1) Put dll in BLOB field of any table
2) In App Management codeunit, write some code that will check if the dll is registered; if not the read from the BLOB field and register it, using SHELL..

Its just a blind guess; could you please guide me up; provide any link, reference and piece of code to get things started.

Thanks in Advance
P.Edward

Comments

Sign In or Register to comment.