I would take the \windows\ out of those reg entries where they appear in the names, values are ok as long as they are double backslash \\. The alternative is to keep them but make them \\, but you're going to have to fix this every time you rebuild because if you decode the hives in rgucomp and try to rebuild, you're going to get the same errors in the exact same keys.
I think someone may have been a little overzealous when they built some of the OEM packages. The names of the values should really be the same regardless of where the application is, it's the values that should change.
As for that one entry in the user.hv file, I suspect it should look like this:
[HKEY_CURRENT_USER\Software\Microsoft\Speech\Curren tUserLexicon\AppLexicons]
DefaultTokenID="HKEY_LOCAL_MACHINE\\SOFTWARE\\Micr osoft\\Speech\\AppLexicons\\Tokens\\AppLex"
That would be consistent with the other entries at least (one of the other entries has / too which I figured probably should have been \\ as well).
|