OEMPRINT.INF Driver File Contents (igx202m5.zip)

;
; Copyright 1999 Microsoft Corporation
;
; Modified 09/06/2000 - ARO
;          11/09/2000 - Shorten Name and add real plug-in
;          12/05/2000 - Rename ATX 38 to PA ATX 38 V1.01
;          12/19/2000 - Redo so the installer finds all files without browsing
;          01/08/2001 - Modify install file to avoid browse for dll
;          03/28/2001 - V1.03 - Emitt VT for each scan line
;          08/18/2001 - Create ARX V1.03 (Reverse image)
;          08/27/2001 - Rename files
;          05/16/2002 - Add BIDI (Language monitor) installation
;
;          12/10/2002 - LM distribution
;          12/16/2002 - Added ITX2002G and ITX2003G
;          05/09/2006 - Added UPPP
;          05/31/2006 - Updated ITX20200_4PI.DLL
;          09/06/2006 - No start doc

[Version]
Signature="$Windows NT$"
Provider=%PA%
LayoutFile=ntprint.inf
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
DriverVer=12/04/2002
;
; Manufacturer section.
;
; This section lists all of the manufacturers 
; that we will display in the Dialog box
;
[Manufacturer]
"PA"

;
; Model sections. 
; 
; Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file.
;
[PA]
"PA ITX2002G" = NT5_ITX2002G_LM,LPTENUM\Practical_Automation672D,USBPRINT\Practical_Automation672D
"PA ITX2003G" = NT5_ITX2003G_LM,LPTENUM\Practical_AutomationF72C,USBPRINT\Practical_AutomationF72C
"PA ITX2004G" = NT5_ITX2004G_LM,LPTENUM\Practical_Automation6F4C,USBPRINT\Practical_Automation6F4C

;
; Installer Sections
;
; These sections control file installation, and reference all files that
; need to be copied. The section name will be assumed to be the driver
; file, unless there is an explicit DriverFile section listed.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ITX2002G With Language Monitor support
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_ITX2002G_LM]
CopyFiles=@ITX20200_2_3.DLL,@ITX20200_2.GPD,@ITXUIF_G_200X.DLL
CopyFiles=@ITX200X_G.INI
CopyFiles=@ITX20200_4PI.DLL   ; Same rendering plugin for all 3 printers
CopyFiles=OEM_BIDIMON
CopyFiles=@UPPPITLHELP.HLP    ; Help file for above
CopyFiles=@PAITLHELP.HLP      ; Help file for above
DataSection=OEM_BIDI_DATA
DataSection=UNIDRV_DATA
DataFile=ITX20200_2.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ITX2003G With Language Monitor support
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_ITX2003G_LM]
CopyFiles=@ITX20200_2_3.DLL,@ITX20200_3.GPD,@ITXUIF_G_200X.DLL
CopyFiles=@ITX200X_G.INI
CopyFiles=@ITX20200_4PI.DLL
CopyFiles=OEM_BIDIMON
CopyFiles=@UPPPITLHELP.HLP                      
CopyFiles=@PAITLHELP.HLP                           
DataSection=OEM_BIDI_DATA
DataSection=UNIDRV_DATA
DataFile=ITX20200_3.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ITX2004G With Language Monitor support
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_ITX2004G_LM]
CopyFiles=@ITX20200_4.DLL,@ITX20200_4.GPD,@ITXUIF_G_200X.DLL
CopyFiles=@ITX200X_G.INI
CopyFiles=@ITX20200_4PI.DLL
CopyFiles=@UPPPITLHELP.HLP                      
CopyFiles=@PAITLHELP.HLP                           
CopyFiles=OEM_BIDIMON
DataSection=OEM_BIDI_DATA
DataSection=UNIDRV_DATA
DataFile=ITX20200_4.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copy Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Lists of files that are actually copied. These sections are referenced
; from the installer sections, above. Only create a section if it contains
; two or more files (if we only copy a single file, identify it in the
; installer section, using the @filename notation) or if it's a color
; profile (since the DestinationDirs can only handle sections, and not
; individual files).
;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Language monitor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[OEM_BIDIMON]
ITXPALMON.DLL,,,0x00000004  ; Copy unconditionally (temp file created that replaces ITXPALMON on next reboot)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; End of copy sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Data Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
[OEM_BIDI_DATA]
DriverFile=UNIDRV.DLL
ConfigFile=UNIDRVUI.DLL
HelpFile=UNIDRV.HLP
LanguageMonitor=%OEM_MONITOR%
;
;  Location of source files is not in Layout.inf.
;
[SourceDisksNames.x86]
1 = %disk1%,,,\i386         ; \i386

[SourceDisksFiles]

ITXPALMON.DLL       = 1      ; Language Monitor
ITX20200_2_3.DLL    = 1      ; Resource DLL for 2 and 3 inch printers
ITX20200_4.DLL      = 1      ;                        4
ITX20200_2.GPD      = 1      
ITX20200_3.GPD      = 1
ITX20200_4.GPD      = 1
ITX200X_G.INI       = 1
ITX20200_4PI.DLL    = 1
ITXUIF_G_200X.DLL   = 1      ; User interface  
UPPPITLHELP.HLP     = 1      ; User interface Context sensitive help file
PAITLHELP.HLP       = 1      ; User interface help file

;
; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
; (depending on which environment drivers are getting installed)
;

[DestinationDirs]
DefaultDestDir=66000

;
; Localizable Strings
;
[Strings]
OEM_MONITOR="TP ITX PA LANGUAGE MONITOR,ITXPALMON.DLL"
PA="PracticalAutomation"
disk1 = "TP Practical Automation printer driver setup disk"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.31