Archive: paths for registry settings


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?


There are string-replace functions available in the NSIS Archive.


thanks


Not neccessary - windows 'll do it for u

WriteRegStr ... is all u need