Problem with .reg file import into the Component Designer
skagway095
07-09-2005, 09:27 PM
Hi,
I am currently building a new component from a .reg file. I started
this component by importing the .reg file into the Component Designer.
It accepts the file without error; but when I check the imported
registry data all keys containing blanks have been changed by removing
the blanks and concatenating the strings together.
For instance
[HKEY_CURRENT_USER\SOFTWARE\Netscape\Netscape Navigator\User Truste
External Applications]
is changed to
[HKEY_CURRENT_USER\SOFTWARE\Netscape\NetscapeNavigator\UserTrustedExternalApplications]
Brad Combs
07-09-2005, 09:27 PM
skagway095,
This thread from a previous conversation may help:
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_thread/thread/82bab1f103da5842/0d247b043b9532f5?q=Spaces+in+Registry+Data&rnum=1&hl=en#0d247b043b9532f5
Also, KM's XPeTools are at:
http://www.xpefiles.com/viewtopic.php?t=115
HTH,
Brad
"skagway095" <skagway095.1radco@> wrote in message
news:YoWdnTmf--zNZCLfRVn_vg@giganews.com...
>
> Hi,
> I am currently building a new component from a .reg file. I started
> this component by importing the .reg file into the Component Designer.
> It accepts the file without error; but when I check the imported
> registry data all keys containing blanks have been changed by removing
> the blanks and concatenating the strings together.
> For instance
> [HKEY_CURRENT_USER\SOFTWARE\Netscape\Netscape Navigator\User Truste
> External Applications]
> is changed to
> [HKEY_CURRENT_USER\SOFTWARE\Netscape\NetscapeNavigator\UserTrustedExternalApplications]
Kevin W
07-09-2005, 09:27 PM
I have the exact same problem too and havn't found a fix for it.
"control panel" gets concatenate into "controlpanel".
So far I have been manually modifying it.
Kevin W
07-09-2005, 09:27 PM
I have the exact same problem too and havn't found a fix for it.
"control panel" gets concatenate into "controlpanel".
So far I have been manually modifying it.
Kevin W
07-09-2005, 09:27 PM
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/browse_thread/thread/f109426cf0c0c50f/170b24ce439d355e?q=.reg+import&rnum=24#170b24ce439d355e
This might be a import .reg at "Extra Registry Data" bug.
Problem with .reg file import into the Component Designer