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?
paths for registry settings
4 posts
There are string-replace functions available in the NSIS Archive.
thanks
Not neccessary - windows 'll do it for u
WriteRegStr ... is all u need
WriteRegStr ... is all u need