pt18rv.inf Driver File Contents (brother_PT-18r_printer_win.exe)

;------------------------------------------------------------------------
;
;	PT18RV.INF...for `Brother PT-18R'.
;
;	Printer Driver Setup file.
;	Copyright (C) 1993-2010 Brother Industries, Ltd.
;
;	Don't modify this file.
;
;
;	<for DEVELOPERS>
; 
;	Carefully replace model specific strings, 
;	*** ESPECIALLY *** those which contain such a string 
;	defined in 'ModelID'.  They are spread all over this file!!
;------------------------------------------------------------------------
[Strings]
CLASSNAME="Printer"
Disk1="Brother PT-18R Driver Disk"
DriverModelName="Brother PT-18R"
MonitorName="Brother PT-18R Monitor"
PnPID="BrotherPT-18RABC2"
ModelID="PT18R"


[Version]
Signature="$Windows NT$"
Provider="Brother"
Class=Printer
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
DriverVer=03/02/2010,6.02.00.00
DriverPackageDisplayName="PT-18R"
CatalogFile=PT18RV.cat


[Manufacturer]
;;; EXCLUSIVELY CHOOSE ON X86:"Brother"=PRINTERS
;;; ...OR ON X64:
"Brother"=PRINTERS, NTamd64

[PRINTERS]
;;; ACTIVATE ON X64:
[PRINTERS.NTamd64]
"Brother PT-18R"=INSTALL,USBPRINT\%PnPID%,%PnPID%


;
;----------- Printer Settings --------------------------
;
[INSTALL.NTx86]
DataSection=DATA
CopyFiles=FILESET_1,FILESET_X86_2
AddReg=ADDREG,ADDREG_NTX86

[INSTALL.NTamd64]
DataSection=DATA
CopyFiles=FILESET_1,FILESET_X64_1,FILESET_X64_21,FILESET_X64_22
AddReg=ADDREG,ADDREG_NTX64

;
;----------- Data Section --------------------------
;
[DATA]
DriverFile=PT18RV.DLL
ConfigFile=PT18RUI.DLL
DataFile=PT18RAD.PTD
HelpFile=PT18RV.CHM
LanguageMonitor=%MonitorName%,PT18RL.DLL

;
;----------- Copy Files --------------------------
;
[FILESET_1]
PT18RAD.PTD
PT18RF.DLL
PT18RR.DLL
PT18RUI.DLL
PT18RV.CHM
PT18RV.DAT
PT18RV.DLL
PT18RV.ORG
PT18RI3.DLL
PT18RLC.EXE

[FILESET_X64_1]
PT18RI6.DLL

[FILESET_X86_2]
PT18RF.DLL
PT18RL.DLL
PT18RL.INI
PT18RM.CHM
PT18RM.DLL
PT18RM.EXE

[FILESET_X64_21]
PT18RL.DLL
PT18RL.INI

[FILESET_X64_22]
PT18RF.DLL
PT18RM.CHM
PT18RM.DLL
PT18RM.EXE


[DestinationDirs]
DefaultDestDir=66000
FILESET_X64_1=66000
FILESET_X86_2=66002
FILESET_X64_21=66002
FILESET_X64_22=10, sysWOW64


;
;----------- Disk Information --------------------------
;
[SourceDisksNames.x86]; NOT 'NTx86' here.
1=%Disk1%,,,""
2=%Disk1%,,,i386

[SourceDisksNames.amd64]; NOT 'NTamd64' here.
1=%Disk1%,,,""
2=%Disk1%,,,x64

[SourceDisksFiles.x86]
PT18RF.DLL=1
PT18RAD.PTD=2
PT18RL.DLL=2
PT18RL.INI=2
PT18RLC.EXE=2
PT18RM.CHM=2
PT18RM.DLL=2
PT18RM.EXE=2
PT18RR.DLL=2
PT18RUI.DLL=2
PT18RV.CHM=2
PT18RV.DAT=2
PT18RV.DLL=2
PT18RV.ORG=2
PT18RI3.DLL=2

[SourceDisksFiles.amd64]
PT18RF.DLL=1
PT18RAD.PTD=2
PT18RL.DLL=2
PT18RL.INI=2
PT18RLC.EXE=2
PT18RM.CHM=2
PT18RM.DLL=2
PT18RM.EXE=2
PT18RR.DLL=2
PT18RUI.DLL=2
PT18RV.CHM=2
PT18RV.DAT=2
PT18RV.DLL=2
PT18RV.ORG=2
PT18RI3.DLL=2
PT18RI6.DLL=2


;
;------------ Registroy ---------------
;
; Check model dependent *** `VALUES' *** carefully.
;
[ADDREG]
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,Limit Print TimeOut,0,"60,300,30"
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,Limit Status TimeOut,0,"1,100,5"
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,MonitorDisplay,0x10003,1
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,Print TimeOut,0x10003,120
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,Status TimeOut,0x10003,5
;
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,Info Dll,0,PT18RF.DLL
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,MediaMonitor,0x10003,1
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,ModelID,0,%ModelID%
;;;NONEED;;;HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,TransferUI,0x10003,2
HKLM,SOFTWARE\"Brother Industries, Ltd."\P-touch\Driver\Setup,LastInstalledPrinter,0,%DriverModelName%

[ADDREG_NTX86]
;

[ADDREG_NTX64]
HKLM,SOFTWARE\Wow6432Node\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,Info Dll,0,PT18RF.DLL
HKLM,SOFTWARE\Wow6432Node\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,MediaMonitor,0x10003,1
HKLM,SOFTWARE\Wow6432Node\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,ModelID,0,%ModelID%
;;;NONEED;;;HKLM,SOFTWARE\Wow6432Node\"Brother Industries, Ltd."\P-touch\Driver\3.0\%DriverModelName%,TransferUI,0x10003,2
HKLM,SOFTWARE\Wow6432Node\"Brother Industries, Ltd."\P-touch\Driver\Setup,LastInstalledPrinter,0,%DriverModelName%
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: 2.35