Skip to content
⌘ NSIS Forum Archive

paths for registry settings

4 posts

plosive#

paths for registry settings

Is there away to auto insert escape chars? I'm running into an issue where i need to make a registry setting based on the users path string

eg: C:\program files\blah.exe

but for the registry setting it needs to be

C:\\program files\\blah.exe

any tips?