Error importing inf file in Component designer..

  • Thread starter Thread starter Nick
  • Start date Start date
Nick,

In the hpc300xc.inf file of that package please correct the following section:
[MANUFACTURER]
%HP%=HP,NT.6.0

Remove the ",NT.6.0" part from the string and try to import it again.
 
The alternative is to do a custom parsing on the manufacturer section -
telling the CD to parse on HP. You will find this with many INF that support
multiple platforms. i.e. AMD64.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
KM said:
Nick,

In the hpc300xc.inf file of that package please correct the following
section:
[MANUFACTURER]
%HP%=HP,NT.6.0

Remove the ",NT.6.0" part from the string and try to import it again.

--
=========
Regards,
KM

I'm trying to import an Inf from the HP laserjet P3005 driver and I
always have an error :
"An error occurred while getting the vendors list section name"

What can I do ?



Link for the drivers :
http://h20000.www2.hp.com/bizsuppor...&swLang=8&mode=2&taskId=135&swItem=lj-44169-3

Nick
 
Back
Top