Printer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just installed an HP 2550L post FBA for a client on an XPE Image and every
time I reboot, I receive a problem installing hardware dialog. It's telling
me that there is a section in the INF file not found. The printer works but
this message is annoying every time i boot. Anyone have any answers other
than build a component? I dont want to build a new image as this system is
already in the field.

Thanks
 
Hi Tim,

Do you have EWF enabled?
If so please commit overlay and gracefully reboot computer.

Regards,
Slobodan
 
I have a regular hard drive for main storage and I don't include EWF
component and I get the same error
message when I install a printer post-FBA.
 
I made a component for the Mitsubishi P93D thermal printer.
Here is a portion of setupapi.log. I put my image on the D:\ drive
partition on my development machine.


[2005/01/05 10:39:05 272.425 Driver Install]
#-019 Searching for hardware ID(s):
usbprint\mitsubiship93d4b13,mitsubiship93d4b13
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line: ..\fba\fba.exe
#I022 Found "USBPRINT\MITSUBISHIP93D4B13" in D:\WINDOWS\inf\pd93ujn0.inf;
Device: "MITSUBISHI P93D"; Driver: "MITSUBISHI P93D"; Provider:
"MITSUBISHI"; Mfg: "MITSUBISHI"; Section name: "PD93_USB".
#I023 Actual install section: [PD93_USB]. Rank: 0x00000000. Effective driver
date: 01/01/1601.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [PD93_USB] in
"d:\windows\inf\pd93ujn0.inf".
#I320 Class GUID of device remains: {4D36E979-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
[2005/01/05 10:39:05 272.429]
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line: ..\fba\fba.exe
#I140 Installing device class: "Printer"
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#E067 Could not locate section [ClassInstall32].
#E142 Class: {4D36E979-E325-11CE-BFC1-08002BE10318}. Install failed. Error
0xe0000101: The required section was not found in the INF.
[2005/01/05 10:39:13 272.462 Driver Install]
#-019 Searching for hardware ID(s): *pnp0501


KM said:
Daniel,

Anything helpful in \windows\SetupApi.log then after you receive the
error?
 
Daniel,

Just in case (you probably do but) do you have NTPRINT.INF under \windows\inf directory?

Do you have "Local Printing", "Class Installer - Printers", "Class Install Library - Printui" and "Printer Common #1 (Client Side
Shared Components)" components in your Configuration?

Also, can you show us the printer driver INF file you are trying out?

How the driver works under XP Pro?

--
Regards,
KM, BSquare Corp.

I made a component for the Mitsubishi P93D thermal printer.
Here is a portion of setupapi.log. I put my image on the D:\ drive
partition on my development machine.


[2005/01/05 10:39:05 272.425 Driver Install]
#-019 Searching for hardware ID(s):
usbprint\mitsubiship93d4b13,mitsubiship93d4b13
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line: ..\fba\fba.exe
#I022 Found "USBPRINT\MITSUBISHIP93D4B13" in D:\WINDOWS\inf\pd93ujn0.inf;
Device: "MITSUBISHI P93D"; Driver: "MITSUBISHI P93D"; Provider:
"MITSUBISHI"; Mfg: "MITSUBISHI"; Section name: "PD93_USB".
#I023 Actual install section: [PD93_USB]. Rank: 0x00000000. Effective driver
date: 01/01/1601.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [PD93_USB] in
"d:\windows\inf\pd93ujn0.inf".
#I320 Class GUID of device remains: {4D36E979-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
[2005/01/05 10:39:05 272.429]
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line: ..\fba\fba.exe
#I140 Installing device class: "Printer"
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#E067 Could not locate section [ClassInstall32].
#E142 Class: {4D36E979-E325-11CE-BFC1-08002BE10318}. Install failed. Error
0xe0000101: The required section was not found in the INF.
[2005/01/05 10:39:13 272.462 Driver Install]
#-019 Searching for hardware ID(s): *pnp0501
 
Ok Here's what I found.

Class Installer - Printers was not included.
Class Install Library - Printui was not included.
ntprint.inf was not in \windows\inf\

I added the first two components. I believed they were added already, but
with a double-check I found that they were not added. What component has
ntprint.inf?

Shown below is the contents of the printer driver inf file named
pd93ujn0.inf

;
; PD93UN0
; MITSUBISHI P93D USB Interface INF for Windows 2000/XP
; Language Monitor version

[Version]
Signature="$Windows NT$"
Provider=%MITSUBISHI%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
;CatalogFile=P93un0u.cat
;DriverVer=04/01/2001,1.00.00.00

[Manufacturer]
"MITSUBISHI"=MITSUBISHI

[MITSUBISHI]
"MITSUBISHI P93D" = PD93_USB, USBPRINT\MITSUBISHIP93D4B13 ,
MITSUBISHIP93D4B13

[PD93_USB]
CopyFiles=PD93USB_FILE,@PD93UN0L.DLL
DataSection=PD93USB_DATA
LanguageMonitor=%LPT_MONITOR%

[PD93USB_FILE]
PD93UN0K.DLL
PD93UN0U.DLL

[PD93USB_DATA]
DriverFile=PD93UN0K.DLL
ConfigFile=PD93UN0U.DLL
DataFile=PD93UN0U.DLL

[DestinationDirs]
DefaultDestDir=66000

[SourceDisksNames]
1=%Disk%,,,

[SourceDisksFiles]
PD93UN0K.DLL = 1
PD93UN0U.DLL = 1
PD93UN0L.DLL = 1

[Strings]
MITSUBISHI="MITSUBISHI"
Disk="Install Disk"
LPT_MONITOR="MITSUBISHI P93D USB Language Monitor,PD93UN0L.DLL"



KM said:
Daniel,

Just in case (you probably do but) do you have NTPRINT.INF under
\windows\inf directory?

Do you have "Local Printing", "Class Installer - Printers", "Class Install
Library - Printui" and "Printer Common #1 (Client Side
Shared Components)" components in your Configuration?

Also, can you show us the printer driver INF file you are trying out?

How the driver works under XP Pro?

--
Regards,
KM, BSquare Corp.

I made a component for the Mitsubishi P93D thermal printer.
Here is a portion of setupapi.log. I put my image on the D:\ drive
partition on my development machine.


[2005/01/05 10:39:05 272.425 Driver Install]
#-019 Searching for hardware ID(s):
usbprint\mitsubiship93d4b13,mitsubiship93d4b13
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line:
..\fba\fba.exe
#I022 Found "USBPRINT\MITSUBISHIP93D4B13" in D:\WINDOWS\inf\pd93ujn0.inf;
Device: "MITSUBISHI P93D"; Driver: "MITSUBISHI P93D"; Provider:
"MITSUBISHI"; Mfg: "MITSUBISHI"; Section name: "PD93_USB".
#I023 Actual install section: [PD93_USB]. Rank: 0x00000000. Effective
driver
date: 01/01/1601.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [PD93_USB] in
"d:\windows\inf\pd93ujn0.inf".
#I320 Class GUID of device remains:
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
[2005/01/05 10:39:05 272.429]
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line:
..\fba\fba.exe
#I140 Installing device class: "Printer"
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#E067 Could not locate section [ClassInstall32].
#E142 Class: {4D36E979-E325-11CE-BFC1-08002BE10318}. Install failed.
Error
0xe0000101: The required section was not found in the INF.
[2005/01/05 10:39:13 272.462 Driver Install]
#-019 Searching for hardware ID(s): *pnp0501


KM said:
Daniel,

Anything helpful in \windows\SetupApi.log then after you receive the
error?

--
Regards,
KM, BSquare Corp.


I have a regular hard drive for main storage and I don't include EWF
component and I get the same error
message when I install a printer post-FBA.

Hi Tim,

Do you have EWF enabled?
If so please commit overlay and gracefully reboot computer.

Regards,
Slobodan


I just installed an HP 2550L post FBA for a client on an XPE Image
and
every
time I reboot, I receive a problem installing hardware dialog. It's
telling
me that there is a section in the INF file not found. The printer
works
but
this message is annoying every time i boot. Anyone have any answers
other
than build a component? I dont want to build a new image as this
system
is
already in the field.

Thanks
 
Hi Daniel,

You have filter option in TD that you can use to find all components that contain certain file.
There are too many component that contain this file.

Regards,
Slobodan



Daniel Edwards said:
Ok Here's what I found.

Class Installer - Printers was not included.
Class Install Library - Printui was not included.
ntprint.inf was not in \windows\inf\

I added the first two components. I believed they were added already, but
with a double-check I found that they were not added. What component has
ntprint.inf?

Shown below is the contents of the printer driver inf file named
pd93ujn0.inf

;
; PD93UN0
; MITSUBISHI P93D USB Interface INF for Windows 2000/XP
; Language Monitor version

[Version]
Signature="$Windows NT$"
Provider=%MITSUBISHI%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
;CatalogFile=P93un0u.cat
;DriverVer=04/01/2001,1.00.00.00

[Manufacturer]
"MITSUBISHI"=MITSUBISHI

[MITSUBISHI]
"MITSUBISHI P93D" = PD93_USB, USBPRINT\MITSUBISHIP93D4B13 ,
MITSUBISHIP93D4B13

[PD93_USB]
CopyFiles=PD93USB_FILE,@PD93UN0L.DLL
DataSection=PD93USB_DATA
LanguageMonitor=%LPT_MONITOR%

[PD93USB_FILE]
PD93UN0K.DLL
PD93UN0U.DLL

[PD93USB_DATA]
DriverFile=PD93UN0K.DLL
ConfigFile=PD93UN0U.DLL
DataFile=PD93UN0U.DLL

[DestinationDirs]
DefaultDestDir=66000

[SourceDisksNames]
1=%Disk%,,,

[SourceDisksFiles]
PD93UN0K.DLL = 1
PD93UN0U.DLL = 1
PD93UN0L.DLL = 1

[Strings]
MITSUBISHI="MITSUBISHI"
Disk="Install Disk"
LPT_MONITOR="MITSUBISHI P93D USB Language Monitor,PD93UN0L.DLL"



KM said:
Daniel,

Just in case (you probably do but) do you have NTPRINT.INF under
\windows\inf directory?

Do you have "Local Printing", "Class Installer - Printers", "Class Install
Library - Printui" and "Printer Common #1 (Client Side
Shared Components)" components in your Configuration?

Also, can you show us the printer driver INF file you are trying out?

How the driver works under XP Pro?

--
Regards,
KM, BSquare Corp.

I made a component for the Mitsubishi P93D thermal printer.
Here is a portion of setupapi.log. I put my image on the D:\ drive
partition on my development machine.


[2005/01/05 10:39:05 272.425 Driver Install]
#-019 Searching for hardware ID(s):
usbprint\mitsubiship93d4b13,mitsubiship93d4b13
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line:
..\fba\fba.exe
#I022 Found "USBPRINT\MITSUBISHIP93D4B13" in D:\WINDOWS\inf\pd93ujn0.inf;
Device: "MITSUBISHI P93D"; Driver: "MITSUBISHI P93D"; Provider:
"MITSUBISHI"; Mfg: "MITSUBISHI"; Section name: "PD93_USB".
#I023 Actual install section: [PD93_USB]. Rank: 0x00000000. Effective
driver
date: 01/01/1601.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [PD93_USB] in
"d:\windows\inf\pd93ujn0.inf".
#I320 Class GUID of device remains:
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
[2005/01/05 10:39:05 272.429]
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line:
..\fba\fba.exe
#I140 Installing device class: "Printer"
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#E067 Could not locate section [ClassInstall32].
#E142 Class: {4D36E979-E325-11CE-BFC1-08002BE10318}. Install failed.
Error
0xe0000101: The required section was not found in the INF.
[2005/01/05 10:39:13 272.462 Driver Install]
#-019 Searching for hardware ID(s): *pnp0501


Daniel,

Anything helpful in \windows\SetupApi.log then after you receive the
error?

--
Regards,
KM, BSquare Corp.


I have a regular hard drive for main storage and I don't include EWF
component and I get the same error
message when I install a printer post-FBA.

Hi Tim,

Do you have EWF enabled?
If so please commit overlay and gracefully reboot computer.

Regards,
Slobodan


I just installed an HP 2550L post FBA for a client on an XPE Image
and
every
time I reboot, I receive a problem installing hardware dialog. It's
telling
me that there is a section in the INF file not found. The printer
works
but
this message is annoying every time i boot. Anyone have any answers
other
than build a component? I dont want to build a new image as this
system
is
already in the field.

Thanks
 
Daniel,

Include all the components I mentioned earlier and try to deploy the image again. Let us know if the problem is still there.

Use TD Filter feature to search for components by the files that contain. The ntprint.inf can be brought up by very many components.
You can copy the file manually if you like.

--
Regards,
KM, BSquare Corp.

Ok Here's what I found.

Class Installer - Printers was not included.
Class Install Library - Printui was not included.
ntprint.inf was not in \windows\inf\

I added the first two components. I believed they were added already, but
with a double-check I found that they were not added. What component has
ntprint.inf?

Shown below is the contents of the printer driver inf file named
pd93ujn0.inf

;
; PD93UN0
; MITSUBISHI P93D USB Interface INF for Windows 2000/XP
; Language Monitor version

[Version]
Signature="$Windows NT$"
Provider=%MITSUBISHI%
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
;CatalogFile=P93un0u.cat
;DriverVer=04/01/2001,1.00.00.00

[Manufacturer]
"MITSUBISHI"=MITSUBISHI

[MITSUBISHI]
"MITSUBISHI P93D" = PD93_USB, USBPRINT\MITSUBISHIP93D4B13 ,
MITSUBISHIP93D4B13

[PD93_USB]
CopyFiles=PD93USB_FILE,@PD93UN0L.DLL
DataSection=PD93USB_DATA
LanguageMonitor=%LPT_MONITOR%

[PD93USB_FILE]
PD93UN0K.DLL
PD93UN0U.DLL

[PD93USB_DATA]
DriverFile=PD93UN0K.DLL
ConfigFile=PD93UN0U.DLL
DataFile=PD93UN0U.DLL

[DestinationDirs]
DefaultDestDir=66000

[SourceDisksNames]
1=%Disk%,,,

[SourceDisksFiles]
PD93UN0K.DLL = 1
PD93UN0U.DLL = 1
PD93UN0L.DLL = 1

[Strings]
MITSUBISHI="MITSUBISHI"
Disk="Install Disk"
LPT_MONITOR="MITSUBISHI P93D USB Language Monitor,PD93UN0L.DLL"



KM said:
Daniel,

Just in case (you probably do but) do you have NTPRINT.INF under
\windows\inf directory?

Do you have "Local Printing", "Class Installer - Printers", "Class Install
Library - Printui" and "Printer Common #1 (Client Side
Shared Components)" components in your Configuration?

Also, can you show us the printer driver INF file you are trying out?

How the driver works under XP Pro?

--
Regards,
KM, BSquare Corp.

I made a component for the Mitsubishi P93D thermal printer.
Here is a portion of setupapi.log. I put my image on the D:\ drive
partition on my development machine.


[2005/01/05 10:39:05 272.425 Driver Install]
#-019 Searching for hardware ID(s):
usbprint\mitsubiship93d4b13,mitsubiship93d4b13
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line:
..\fba\fba.exe
#I022 Found "USBPRINT\MITSUBISHIP93D4B13" in D:\WINDOWS\inf\pd93ujn0.inf;
Device: "MITSUBISHI P93D"; Driver: "MITSUBISHI P93D"; Provider:
"MITSUBISHI"; Mfg: "MITSUBISHI"; Section name: "PD93_USB".
#I023 Actual install section: [PD93_USB]. Rank: 0x00000000. Effective
driver
date: 01/01/1601.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [PD93_USB] in
"d:\windows\inf\pd93ujn0.inf".
#I320 Class GUID of device remains:
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
[2005/01/05 10:39:05 272.429]
#-199 Executing "D:\WINDOWS\fba\fba.exe" with command line:
..\fba\fba.exe
#I140 Installing device class: "Printer"
{4D36E979-E325-11CE-BFC1-08002BE10318}.
#E067 Could not locate section [ClassInstall32].
#E142 Class: {4D36E979-E325-11CE-BFC1-08002BE10318}. Install failed.
Error
0xe0000101: The required section was not found in the INF.
[2005/01/05 10:39:13 272.462 Driver Install]
#-019 Searching for hardware ID(s): *pnp0501


Daniel,

Anything helpful in \windows\SetupApi.log then after you receive the
error?

--
Regards,
KM, BSquare Corp.


I have a regular hard drive for main storage and I don't include EWF
component and I get the same error
message when I install a printer post-FBA.

Hi Tim,

Do you have EWF enabled?
If so please commit overlay and gracefully reboot computer.

Regards,
Slobodan


I just installed an HP 2550L post FBA for a client on an XPE Image
and
every
time I reboot, I receive a problem installing hardware dialog. It's
telling
me that there is a section in the INF file not found. The printer
works
but
this message is annoying every time i boot. Anyone have any answers
other
than build a component? I dont want to build a new image as this
system
is
already in the field.

Thanks
 
Back
Top