Parsing $INSTDIR
Hi,
I'm a newbie, and I started to use NSIS just few days ago.
I read some of these posts of the forum and some of the tutorial on the nsis website, but I didn't find the answer to my question.
I would like to add to my nsi a code to set a variable the parsed value of an existing variable.
For example: I need to parse $INSTDIR value. If e.g. $INSTDIR="C:\Program Files\MyApplication", I would like to create my new variable set to "C:/Program Files/MyApplication", changing backslashes ("\") with normal slashes ("/").
I would like to know what functions do this (with the syntax), or see examples given.
Any help is strongly appreciated.
Thank you very much.