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/)drmjj55January 1, 2010 at 4:35 AM#Launcher in NSIS?Hello, I am trying to make a launcher for a file I have. So far, I have the splash screen, but I am having some trouble with the FileOpen function?? Any Help?? (File available.)
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 1, 2010 at 7:35 AM#FileOpen is for editing files, not for executing them. Use Exec. Also, you may need to have an instfiles page in order to have a section executed? Anyway, better to move all your .onInit stuff into the section as well. It decreases installer size.