Just wanted to mention this is something i've seen in some of the OEM packages:
[HKLM\Software\GENERICAPP\KEY]
"some.dll"="data"
being changed to
[HKLM\Software\GENERICAPP\KEY]
"\windows\some.dll"="data"
Even if you double \\ to make it pass the rgucomp requirements, it's like a completely different value with essentially some arbitrary name the application won't know what to do with. I'm pretty certain that the only times the paths are relevant or should be altered is on the right hand side of the =. If you take the hives created, pass it back through rgucomp and then try to rebuild, you're going to get errors.
|