I'm trying to convert a mobile registry file to a CAB file. CERegEditor has a feature that does this; however, when I subsequently install the CAB file to my Touch HD, any registry tweak with a file path has double backslashes instead of just one backslash in the pathway.
For example, suppose I have a REG file with an entry to change a file path of a particular key to:
"FileSyncPath"="\Storage Card\My Documents"
When I convert it to a CAB file in CERegEditor, and then install it on my phone, I get the following line in the actual registry:
"FileSyncPath"="\\Storage Card\\My Documents"
As you can see, there are double backslashes.
Any ideas on how to correct this?
Thank you,
Peter