which component contains these reg values?

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

Hi
which component contains these registry values, or how can I find this out
by myself?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
"Version"="4.09.00.0904"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_044F&PID_B202]
"Flags2"=hex:16,03,20,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_06F8&PID_0004]
"Flags2"=hex:00,00,20,00


Thanks in advance
Mario
 
Mario,

The first entry is appropriately enough created by the "DirectX Registry
Info" component. The last two are created by "DirectInput".

HTH,
Brad
 
Mario,

If you download and import XPeTools package from www.xpefiles.com with the DepenencyExplorer component you will be able to search
XPe database yourself for components that contain particular words in registry paths or registry value names.
With proper db caching (enough RAM on your dev machine) the feature works very well.
 
Thanks to both of you...

Mario


KM said:
Mario,

If you download and import XPeTools package from www.xpefiles.com with the
DepenencyExplorer component you will be able to search
XPe database yourself for components that contain particular words in
registry paths or registry value names.
With proper db caching (enough RAM on your dev machine) the feature works
very well.

--
Regards,
KM, BSquare Corp.

Hi
which component contains these registry values, or how can I find this
out
by myself?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
"Version"="4.09.00.0904"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_044F&PID_B202]
"Flags2"=hex:16,03,20,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_06F8&PID_0004]
"Flags2"=hex:00,00,20,00


Thanks in advance
Mario
 
Back
Top