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/)Fredi_FuchsSeptember 17, 2008 at 7:13 AM#NSIS Installer based on zip fileHello, I want to make a installer based on zip file. But how can I disable the Installation Menu. I will that all the installation run automatically. thanks for your help
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/)ComperioSeptember 17, 2008 at 4:32 PM#You can force silent mode by by adding "SetSilent silent" in .onInit. Or run the install with the "/S" switch. Info for both is in the help files.