Archive: Want to register ActiveX (*.ocx) in installation package


Want to register ActiveX (*.ocx) in installation package
Hi,

i didn't find a way to register activex-components in the nsis script. Does anyone know how to do it?:igor:

Thanks,
Holger


Use with no Modern UI


RegDLL "file.ocx"

:D I think this will work.
Thanks a lot.


Classic or Modern UI makes no difference, always use RegDLL.


Joost Verburg:

I thought that is a Modern UI Macro for register OCX's and DLL's,
isn't one? :weird: