ReadRegBin...or alternate method?
From searching the forum and NSIS documentation, it appears that there is no ReadRegBin. Is that true? If so, does someone have an alternate method to reading a binary registry key? Actually, all I need to know is if the key exists...I've been using ReadRegStr, for example, to read a string key, then check the return string to determine if it's "" or not. If someone has a better way of determining if a key exists...I'm all ears!!!! Thanks much!!!