Problem with importing .inf file

G

Guest

I am using the component designer to create a network driver component. I
got the .inf off my dell drivers/utilities disk. it is a standard intel
ethernet driver i am trying to create a component for.

I get the following in my log file:

Info:processing file : C:\DELL\drivers\R78727\WinXP\E100B325.INF
Info:C:\DELL\drivers\R78727\WinXP\E100B325.INF: type PNP device INF
Warning:C:\DELL\drivers\R78727\WinXP\E100B325.INF: [Intel] is missing.
Info:Completed processing file [Import succeeded] :
C:\DELL\drivers\R78727\WinXP\E100B325.INF


and although it says the import was successful, the component in the .sld
file doesn't have any stuff. Any thoughts?

(e-mail address removed)
 
K

KM

hanleyh1,

IIRC, there is a known bug in the INF importer that is used by CD - it does not understand some INF sections.

You have the following choices to work around the issue:

- Just copy the INF and all other driver files directly to appropriate windows directories (\windows\inf, \windows\system32,
\windows\system32\drivers) and PnP will do the job at rn time. PnP INF parser does not have this bug.
You can copy all the files through your own component.

- Do a custom INF import

And see if this issue is similar to yours:
http://groups.google.com/groups?hl=en&lr=&c2coff=1&[email protected]
 
G

Guest

I copied the drivers and installed and it worked fine. Thanks.

(e-mail address removed)

KM said:
hanleyh1,

IIRC, there is a known bug in the INF importer that is used by CD - it does not understand some INF sections.

You have the following choices to work around the issue:

- Just copy the INF and all other driver files directly to appropriate windows directories (\windows\inf, \windows\system32,
\windows\system32\drivers) and PnP will do the job at rn time. PnP INF parser does not have this bug.
You can copy all the files through your own component.

- Do a custom INF import

And see if this issue is similar to yours:
http://groups.google.com/groups?hl=en&lr=&c2coff=1&[email protected]

--
Regards,
KM, BSquare Corp.

I am using the component designer to create a network driver component. I
got the .inf off my dell drivers/utilities disk. it is a standard intel
ethernet driver i am trying to create a component for.

I get the following in my log file:

Info:processing file : C:\DELL\drivers\R78727\WinXP\E100B325.INF
Info:C:\DELL\drivers\R78727\WinXP\E100B325.INF: type PNP device INF
Warning:C:\DELL\drivers\R78727\WinXP\E100B325.INF: [Intel] is missing.
Info:Completed processing file [Import succeeded] :
C:\DELL\drivers\R78727\WinXP\E100B325.INF


and although it says the import was successful, the component in the .sld
file doesn't have any stuff. Any thoughts?

(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top