Expanding strings
Hello Everyone.
This is a problem that I've defeated by other means, but the other means are slow and painful to look at. What I'm doing is reading some lines of text from an xml file that accompanies my installer. In these lines I have some of the NSIS strings, such as $DESKTOP and such. However when I read these strings in, I just get $DESKTOP, not C:\Documents...
So my question is, is there a function that I can pass these to, to have them expand into the right context? Right now I'm just using WordReplace and it's awkward.
Thanks