Get double backslashes in path
We are going to have the installer make a .reg file and then the user can run the reg script once and then have all the settings to impot later.
The problem I ran into is:
The paths need to have double backslashes \\ in order to import.
I tried the INI writing functions in NSIS but none worked for this.
What's the easiest way to get a string with double \\ from $INSTDIR ?