Printer Problem

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

This is the error in Event Viewer:

Error processing ntprint.inf. If the file on the system
is corrupt, you can restore it from the installation media

I have a ntprintsubs.inf file for a users printer:

[Version]
Signature="$CHICAGO$"


[Printers]
"hp officejet 7100 series" = "HP OfficeJet"

Is my syntax wrong?

WIN2K Server SP4

The path in the PrinterMappingINFSection points to
Printers

The path in the PrinterMappingINFName
points to c:\winnt\inf\ntprintsubs.inf
..
 
This error usually means that the syntax is wrong:
are you sure that the driver name is "hp officejet 7100 series"..., you should be able to see the name of the printer driver in the event log where the driver missmatch.

/Rickard


"hp officejet 7100 series" = "HP OfficeJet"
 
Back
Top