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/)Daij-DjanDecember 30, 2001 at 1:02 PM#Writing defaults to the registryI am trying to write default values to the registry... in a .reg file these are stored as @. in c i use RegSetValue and pass NULL as name of the property. How do i do this with NSIS.
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/)kichikDecember 30, 2001 at 7:10 PM#WriteRegStr HKLM "SOFTWARE\Whatever" "" "bla bla"