M
Matt Ervin
All,
I'm attempting to create a Component Designer .sld file from a network
adaptor's .inf file. Everything works except that I'm getting the following
two warnings from econvert.exe:
Warning:[SLYukCopGig.ndi]: cannot handle key "Characteristics".
Warning:[SLYukCopGig.ndi]: cannot handle key "BusType".
These keys reside in an install section that looks like this:
[SLYukCopGig.ndi]
DelReg = yk51x86.delreg
AddReg = yk51x86.reg, .
Characteristics = 0x84
BusType = 5
CopyFiles = yk51x86.CopyFiles
I looked in MSDN under "MSDN Library\Windows Development\Driver Development
Kit\Network Devices and Protocols\Design Guide\Installing and Upgrading
Network Components\Installing Network Components\Creating Network INF
Files\DDInstall Section" and discovered that these keys are necessary for
this type of driver, but I don't know how to complete the component created
by econvert.exe. Does anyone know what to do?
I looked at the registry of my test machine to see what the driver
installation did and it appears that it created REG_DWORD keys for
Characteristics and REG_SZ keys for BusType, but it's not clear to me how to
determine where in the registry these keys should be located from the .inf
file.
Thanks in advance,
Matt
I'm attempting to create a Component Designer .sld file from a network
adaptor's .inf file. Everything works except that I'm getting the following
two warnings from econvert.exe:
Warning:[SLYukCopGig.ndi]: cannot handle key "Characteristics".
Warning:[SLYukCopGig.ndi]: cannot handle key "BusType".
These keys reside in an install section that looks like this:
[SLYukCopGig.ndi]
DelReg = yk51x86.delreg
AddReg = yk51x86.reg, .
Characteristics = 0x84
BusType = 5
CopyFiles = yk51x86.CopyFiles
I looked in MSDN under "MSDN Library\Windows Development\Driver Development
Kit\Network Devices and Protocols\Design Guide\Installing and Upgrading
Network Components\Installing Network Components\Creating Network INF
Files\DDInstall Section" and discovered that these keys are necessary for
this type of driver, but I don't know how to complete the component created
by econvert.exe. Does anyone know what to do?
I looked at the registry of my test machine to see what the driver
installation did and it appears that it created REG_DWORD keys for
Characteristics and REG_SZ keys for BusType, but it's not clear to me how to
determine where in the registry these keys should be located from the .inf
file.
Thanks in advance,
Matt