Call a DLL function
Immediately after all of my files have been installed, I would like NSIS to call a function in a DLL that was one of the files that was installed.
How can I do this?
Archive: Call a DLL function
Call a DLL function
Immediately after all of my files have been installed, I would like NSIS to call a function in a DLL that was one of the files that was installed.
How can I do this?
Use the system plugin to call "$instdir\yourdll.dll::function". See the system plugin readme.
http://nsis.sourceforge.net/System_plug-in_readme