PDA

View Full Version : Registry-Settings for Device-Mapping (All)



den_denver
01-21-2004, 11:42 PM
Hello!

I have a software-tool that must be installed under NT4. The problem is that during the installation it accesses the device-mappings in the registry under hklm\system\mounteddevices and creates an inf-file. now the problem is that this key is not being used by NT4 because NT4 stores the device-mappings under hklm\system\disk. and this ain't just another key with the same content. the structure of the data is completely different compared to hklm\system\mounteddevices.
What I now 'just' need to do is to convert the data stored in hklm\system\disk and write them in the correct format to hklm\system\mounteddevices.

has anyone an idea how to realize this??