Archive: Plugin Development Excamples


Plugin Development Excamples
I am trying to find some code samples for creating new NSIS plugins. I would like to create one that uses the MSI API (Windows Installer API) do detect if a particulare product is installed using its ProductCode.

Of course this is only for products installed using Windows Installer.

Could any of you please direct me to some could examples of plugin development where the C/C++ code is available.

Thank you,
greenaj


http://nsis.svn.sourceforge.net/view...Contrib/ExDLL/


Thanks, that should get me started. I see the header(s) to #include and some of the plugins developed.

Apreciated
greeenaj