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/)dpinnSeptember 11, 2006 at 4:31 AM#Special variable?I've inherited an NSIS script that has some syntax that I don't understand. Have a look at this: !define REGKEY "SOFTWARE\$(^Name)" What does the $(^Name) mean? Is it legitimate NSIS syntax?
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/)CrushBugSeptember 11, 2006 at 2:32 PM#If I am not mistaken, (^Name) is legit and is the name of the install package you are creating. If you search these forums for ^Name you will see some other uses, too.
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/)kichikSeptember 15, 2006 at 6:02 AM#It's the language string for the installer name.