Archive: Calling COM object methods


Calling COM object methods
I am looking to move some of my installation scripts from InstallShield 6 Professional to NSIS. I have written a lot of custom functionality for use in both installation and non installation scenarios in using COM. I would loke to be able to reuse my COM objects in NSIS based installs.

I have not been able to find information on calling COM objects in NSIS based installs. COuld someone please provide me a link to any documentation on this subject or point me in the right direction.

Thanks.


You can use the System plug-in to call COM objects. The readme contains an example.