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/)rohan_pwlnJune 9, 2005 at 3:31 PM#Getting and parsing registry entriesI want to get a particular registry key. How do I do that with NSIS? Also, if i want to exclude some characters of the key, how do it fo it??
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/)MæsterJune 13, 2005 at 3:18 AM#Depending on the type of registry value you wish to read you should use ReadRegStr or ReadRegDWORD. See the NSIS help file for more details on this functions.