Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)ericpodeJanuary 22, 2010 at 3:43 PM#Call a DLL functionImmediately 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?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)MSGJanuary 22, 2010 at 4:07 PM#Use the system plugin to call "$instdir\yourdll.dll::function". See the system plugin readme. http://nsis.sourceforge.net/System_plug-in_readme