Hi Brad,
Thanks for the pointers. I tried them both but did not have much luck.
1. Using custom option for processing - I got an error stating that the
inf
file import failed. No details indicated in the log file. (I can send
you
the inf file but this is the same as the one from the intel website)
2. I also tried to copy the inf file (and drivers) to the appropriate
places
in the windows directory. e1000325.inf in windows\inf. e1000325.sys in
the
system32\drivers directory, the rest in windows\system32 directory.
However,
during fpa, PnP did not enable the interface. I can see the necessary
files
in the corresponding directories (on the target) but the interface is not
enabled. Here are the relevant lines from setupapi.log (it appears that
PnP
did not do any processing at all):
[2007/02/21 09:21:57 276.41]
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line: ..\fba\fba.exe
#W389 No [STRINGS.0409] or [STRINGS.0009] section in
D:\WINDOWS\inf\e1000325.inf, using [STRINGS] instead.
#I393 Modified INF cache "D:\WINDOWS\inf\INFCACHE.1".
[2007/02/21 09:21:58 276.188 Driver Install]
#-019 Searching for hardware ID(s): root\update
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line: ..\fba\fba.exe
#I022 Found "ROOT\UPDATE" in D:\WINDOWS\inf\machine.inf; Device:
"Microcode
Update Device"; Driver: "Microcode Update Device"; Provider: "Microsoft";
Mfg: "(Standard system devices)"; Section name: "UPDATE_DRV".
How do I load devmgmt.msc and other system components in the run time
image?
Any other thoughts?
Thanks
Sailesh
Brad Combs said:
Hello Sailesh,
Sometimes Intel INF's are formatted a little differently from your
typical
file. What you can do for this file is specify the manufacturer section
in
the INF parsing options. To do this open Component Designer, Choose
File ->
Import and browse to your INF. In the "INF Processing Options" choose the
"Custom" radio button. Click "Add" to create a new option. In the "Add
Section" dialog choose "Manufacturer Section". In the "Section name"
textbox
type Intel. Click OK twice, then click start. You will still get some
warnings about "Characteristics" and "Bus Type". You can ignore these.
You could really just put the INF and SYS files in the proper locations
and
PnP will do the work for you during FBA, but if you really want a
component
this method will work for you.
HTH,
Brad Combs
Hello,
I am trying to import an inf file using component designer. I get an
error
indicating that the inf file is empty. This is for the Intel
e1000325.inf.
The inf file looks good and the same package works on XP Pro. So I
want
to
know what is amiss here? Is it trying to look for the .sys and other
files
in a particular directory and unable to find it?
Any pointers would be helpful.
Thanks
Sailesh