Skip to content
⌘ NSIS Forum Archive

Any plan to support COM?

3 posts

fredtheman#

Any plan to support COM?

Hi,

Before I write my first wrapper in PowerBasic to allow an NSIS installer to access an ActiveX DLL... are there plans to support COM in NSIS in the near future?

Thanks
Fred.
kichik#
System.dll can already make COM calls. For example:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
fredtheman#
Oh, I wasn't aware of this. I searched through the archives, but didn't see any example on how to load an OCX, and access its methods and properties through the System plug-in.

Does anyone have some code handy that could show me how?

Thank you
Fred.