; Copyright @ TPG Inc 2006
;
; 8-Mar-2006 rwh
; Modifications by rwh and chkinf.
; This file no longer supports loading into a Win9x system, partially because the
; driver has been modified slightly to pass the Microsoft certification test.
;
; All quoted strings are now contained in the [Strings] section.
[Version]
; Only Nt class systems allowed now
Signature="$Windows NT$"
; USB controller
Class=USB
; Microsoft-defined GUID
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
; Provider is TPG Printers
Provider=%PROVIDER%
; This must be changed each time the driver is updated.
DriverVer=09/15/2006,3.0.1.6
; Catalog file will be furnished as a result of Microsoft certification
Catalogfile=TpgUsb.CAT
[SourceDisksNames]
1=%TpgUSBNAME%,%NIL%,1
[SourceDisksFiles]
tpgusb.sys=1
[Manufacturer]
%MfgName%=Models
[Models]
%USB\VID_05D9&PID_0758_DeviceDesc%=TPGUSB.Dev, USB\VID_05D9&PID_0758
%USB\VID_05D9&PID_0760_DeviceDesc%=TPGUSB.Dev, USB\VID_05D9&PID_0760
%USB\VID_05D9&PID_0776_DeviceDesc%=TPGUSB.Dev, USB\VID_05D9&PID_0776
%USB\VID_05D9&PID_0794_DeviceDesc%=TPGUSB.Dev, USB\VID_05D9&PID_0794
%USB\VID_05D9&PID_0795_DeviceDesc%=TPGUSB.Dev, USB\VID_05D9&PID_0795
%USB\VID_0aa7&PID_0301_DeviceDesc%=TPGUSB.Dev, USB\VID_0aa7&PID_0301
%USB\VID_0aa7&PID_0303_DeviceDesc%=TPGUSB.Dev, USB\VID_0aa7&PID_0303
%USB\VID_0aa7&PID_0307_DeviceDesc%=TPGUSB.Dev, USB\VID_0aa7&PID_0307
%USB\VID_0aa7&PID_0309_DeviceDesc%=TPGUSB.Dev, USB\VID_0aa7&PID_0309
%USB\VID_03f0&PID_1e24_DeviceDesc%=TPGUSB.Dev, USB\VID_03f0&PID_1e24
[DestinationDirs]
; These are relative to %SystemRoot% on the target machine
TpgUSB.Files.Ext = 10,System32\Drivers
TpgUSB.Files.Inf = 10,INF
[TpgUSB.Dev.NT]
; Copy the files and set the registry
CopyFiles=TpgUSB.Files.Ext, TpgUSB.Files.Inf
AddReg=TpgUSB.AddReg
[TpgUSB.Dev.NT.Services]
Addservice = TpgUSB, 0x00000002, TpgUSB.AddService
[TpgUSB.AddService]
DisplayName = %TpgUSB_SvcDisp%
Description = %TpgUSB_SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\TpgUSB.sys
LoadOrderGroup = Base
[TpgUSB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,TpgUSB.sys
HKLM,%Params%,%MaxTransfer%,0x10001,64
HKLM,%Params%,%DebugLevel%,0x10001,70
HKLM,%Params%,%DebugLevel2%,0x10001,60
HKLM,%Params%,%InterruptPing%,0x10001,1
[TpgUSB.Files.Ext]
TpgUSB.sys
[TpgUSB.Files.Inf]
;---------------------------------------------------------------;
; All quoted strings go here.
[Strings]
TpgUSBNAME="TPG USB Printer"
PROVIDER="TPG INC"
MfgName="Manufacturer"
USB\VID_05D9&PID_0758_DeviceDesc="TPG, INC. A758 Printer"
USB\VID_05D9&PID_0760_DeviceDesc="TPG, INC. A760 ColorPOS Printer"
USB\VID_05D9&PID_0776_DeviceDesc="TPG, INC. A776 ColorPos Printer"
USB\VID_05D9&PID_0794_DeviceDesc="TPG, INC. A794 Printer"
USB\VID_05D9&PID_0795_DeviceDesc="TPG, INC. A795 ColorPOS Printer"
USB\VID_0aa7&PID_0301_DeviceDesc="Wincor-Nixdorf TH210 Printer"
USB\VID_0aa7&PID_0303_DeviceDesc="Wincor-Nixdorf TH220 Printer"
USB\VID_0aa7&PID_0307_DeviceDesc="Wincor-Nixdorf TH320 Printer"
USB\VID_0aa7&PID_0309_DeviceDesc="Wincor-Nixdorf TH420 Printer"
USB\VID_03f0&PID_1e24_DeviceDesc="HP USB Receipt Printer"
TpgUSB_SvcDisp="TpgUSB.Sys"
TpgUSB_SvcDesc="TPG USB Driver"
Params="System\Currentcontrolset\Services\TpgUSB\Parameters"
MaxTransfer="MaximumTransferSize"
DebugLevel="DebugLevel"
DebugLevel2="DebugLevel2"
InterruptPing="InterruptPing"
NIL=""
Download Driver Pack
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.