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/)Joker2006September 19, 2006 at 6:59 AM#How to use & in StringsI want to do: Name "ABC & DEF" But when i start the installer it just displays ABC DEF as Name. Maybe someone can help me.
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/)bholligerSeptember 19, 2006 at 8:12 AM#Hi! Double the ampersands in the second parameter: Name "ABC & DEF" "ABC && DEF" See also: http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.30 Greetings Bruno
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/)Joker2006September 19, 2006 at 8:23 AM#Thanks for your quickly help.