OEMPRINT.INF Driver File Contents (itl202m5.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 monior) installation
;
;          12/20/2002 - LM distribution
;          01/07/2005 - Added User interface install 

[Version]
Signature="$Windows NT$"
Provider=%PA%
LayoutFile=ntprint.inf
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
DriverVer=11/24/2002,4.1.2.3
;
; 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 ITL2002F"       = NT5_OEMUNIITX2002,Practical_Automation79CF
"PA ITL2003F"       = NT5_OEMUNIITX2003,Practical_AutomationB90E

;
; 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.
;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_OEMUNIITX2002]
CopyFiles=@itx200x_FGL.DLL,@ITX2002_FGL.GPD,@ITL200X.INI,@ITX200X_PI.DLL
CopyFiles=@ITLUIF_200X.DLL                       ; UI plugin
CopyFiles=@UPPPFGLHELP.HLP                       ; Help file for above
CopyFiles=@PAFGLHELP.HLP                            ; Help file for above
CopyFiles=OEM_BIDIMON
DataSection=OEM_BIDI_DATA
DataFile=ITX2002_FGL.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM

AddReg=ITK2002_REG    ; Initialize registry keys for UPPP

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_OEMUNIITX2003]
CopyFiles=@itx200x_FGL.DLL,@ITX2003_FGL.GPD,@ITL200X.INI,@ITX200X_PI.DLL
CopyFiles=@ITLUIF_200X.DLL                       ; UI plugin
CopyFiles=@UPPPFGLHELP.HLP                       ; Help file for above
CopyFiles=@PAFGLHELP.HLP                            ; Help file for above
CopyFiles=OEM_BIDIMON
DataSection=OEM_BIDI_DATA
DataFile=ITX2003_FGL.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM

AddReg=ITK2003_REG    ; Initialize registry keys for UPPP


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 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]
ITLF_FLM.DLL,,,0x00000004  ; Copy unconditionally (temp file created that replaces ITX_FLM on next reboot)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

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

;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Data Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[ITK2002_REG]
HKLM,"SYSTEM\CurrentControlSet\Control\Print\Printers\PA ITL2002F\PrinterDriverData","LOCKED",0x00010001,1
HKLM,"SYSTEM\CurrentControlSet\Control\Print\Printers\PA ITL2002F\PrinterDriverData","PENDING",0x00010001,0

[ITK2003_REG]
HKLM,"SYSTEM\CurrentControlSet\Control\Print\Printers\PA ITL2003F\PrinterDriverData","LOCKED",0x00010001,1
HKLM,"SYSTEM\CurrentControlSet\Control\Print\Printers\PA ITL2003F\PrinterDriverData","PENDING",0x00010001,0


;
[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]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Forward driver components
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
itx200x_FGL.Dll = 1            ; Resourse dll for forward driver
ITX2002_FGL.GPD = 1            ; GPD for 2 inch printer
ITX2003_FGL.GPD = 1            ; GPD for 3 inch printer

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Ini file and rendering and UI plugins
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ITL200X.INI       = 1          ; Ini file to identify plug-ins
ITX200X_PI.DLL    = 1          ; Rendering plugin
ITLUIF_200X.DLL   = 1          ; User interface plug-in

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Language Monitor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ITLF_FLM.DLL      = 1          ; Language Monitor

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Help stuff
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
UPPPFGLHELP.HLP   = 1          ; User interface Context sensitive help file
PAFGLHELP.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="FGL ITL PA LANGUAGE MONITOR,ITLF_FLM.DLL"
PA="PracticalAutomation"
disk1 = "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: ftp, load: 3.11