Import COM DLL using code

Hi,

I am building my own addon in AX. So, I wanted to import my own COM DLL in AX.

Currently i have imported my COM DLL in AX using COM Class Wrapper wizard. It works perfectly.

But now i wanted to deliver my addon to Customer, so i think to import any COM DLL using COM Class Wrapper Wizard on Customer site is quite tedious(not suitable) method.

so, i am thinking to write my own code to import COM DLL in AX. Is there any possibility to import COM dll in AX using X++?

Thanks in advance.