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/)nycjv321December 13, 2006 at 9:01 PM#How to Command Linehow would u do about with implementing command line with nsis like with switchs for example /silent would run silent or /easteregg would do something else is this possible if it is how would i do that?
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/)goldy1064December 13, 2006 at 10:32 PM#Look at using GetOptions in FileFunc.nsh, which is distributed with the current version of NSIS. Online Documentation