OEMPRINT.INF Driver File Contents (itk24i2m3.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/05/2002 - LM \ New printer name distibutionm
;          09/28/2006 - Start LC-24 driver updates

[Version]
Signature="$Windows NT$"
Provider=%PA%
LayoutFile=ntprint.inf
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer
;
; 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 ITK-23i" = NT5_LC23_LM,Practical_Automation87E4,ITK23
"PA ITK-24i" = NT5_LC24_LM,Practical_AutomationB5E6,ITK24

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; LC23 With Language Monitor support
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_LC23_LM]
CopyFiles=@ITK24i_RESOURCE.DLL,@ITK23i.GPD,@ITK24i_VERSION_DLL.DLL
CopyFiles=@ITK23i.INI,@ITK24i_PI.dll
CopyFiles=@ITKiUIF_200.DLL    ; UIF plug-in 
CopyFiles=@UPPPITLHELP.HLP    ; Help file for above
CopyFiles=@PAITLHELP.HLP      ; Help file for above
CopyFiles=OEM_BIDIMON
DataSection=OEM_BIDI_DATA
DataFile=ITK23i.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; LC24 With Language Monitor support
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[NT5_LC24_LM]
CopyFiles=@ITK24i_RESOURCE.DLL,@ITK24i.GPD,@ITK24i_VERSION_DLL.DLL
CopyFiles=@ITK24i.INI,@ITK24i_PI.dll
CopyFiles=@ITKiUIF_200.DLL    ; UIF plug-in 
CopyFiles=@UPPPITLHELP.HLP    ; Help file for above
CopyFiles=@PAITLHELP.HLP      ; Help file for above
CopyFiles=OEM_BIDIMON
DataSection=OEM_BIDI_DATA
DataFile=ITK24i.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]
ITKi_PLM.DLL,,,0x00000004  ; Copy unconditionally (temp file created that replaces ITKi_PLM 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]

ITKi_PLM.DLL        = 1    ; Language Monitor

ITKiUIF_200.DLL     = 1    ; UPPP (User interface)   

ITK24i_RESOURCE.DLL = 1    ; Resource file for driver

ITK23i.GPD          = 1
ITK23i.INI          = 1

ITK24i.GPD          = 1
ITK24i.INI          = 1
ITK24i_PI.dll       = 1

ITK24i_VERSION_DLL.DLL  = 1

UPPPITLHELP.HLP     = 1    ; Help file
PAITLHELP.HLP       = 1    ; 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="ITKi PA LANGUAGE MONITOR,ITKi_PLM.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: web3, load: 1.61