109 lines
4.1 KiB
INI
109 lines
4.1 KiB
INI
; NTPRINT.INF (for Windows 2000)
|
|
;
|
|
; List of supported printers, manufacturers
|
|
;
|
|
|
|
[Version]
|
|
Signature="$Windows NT$"
|
|
Provider=%MS%
|
|
LayoutFile=layout.inf
|
|
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
|
|
Class=Printer
|
|
CatalogFile=delta.cat
|
|
|
|
DriverVer=08/24/1999,5.00.2110.1
|
|
[SourceDisksFiles]
|
|
delta.cat = 1
|
|
|
|
[ClassInstall32.NT]
|
|
AddReg=printer_class_addreg
|
|
|
|
[printer_class_addreg]
|
|
HKR,,,,%PrinterClassName%
|
|
HKR,,Icon,,"-4"
|
|
HKR,,Installer32,,"ntprint.dll,ClassInstall32"
|
|
HKR,,NoDisplayClass,,1
|
|
HKR,,EnumPropPages32,,"printui.dll,PrinterPropPageProvider"
|
|
|
|
|
|
;
|
|
;
|
|
; Manufacturer section (Japanese)
|
|
;
|
|
|
|
[Manufacturer]
|
|
%NEC%=NEC.JPN
|
|
|
|
;
|
|
; Model sections (Japanese)
|
|
;
|
|
|
|
[NEC.JPN]
|
|
"NEC PC-PR750/850(168)" = NCB168J.GPD, LPTENUM\NECPC-PR750/850(168)1ED1,NECPC-PR750/850(168)1ED1,NECPC-PR750/850(168)
|
|
"NEC PC-PR750/850(160)" = NCB160J.GPD, LPTENUM\NECPC-PR750/850(160)DED6,NECPC-PR750/850(160)DED6,NECPC-PR750/850(160)
|
|
|
|
;
|
|
; Installer Sections (Japanese)
|
|
;
|
|
|
|
|
|
[NCB168J.GPD]
|
|
CopyFiles=@NCB2JRES.DLL,@NCB2JRES.INI,@NCB168J.GPD,@NCB2JRES.HLP,UNIDRV
|
|
DataSection=UNIDRV_DATA
|
|
DataFile=NCB168J.GPD
|
|
|
|
[NCB160J.GPD]
|
|
CopyFiles=@NCB2JRES.DLL,@NCB2JRES.INI,@NCB160J.GPD,@NCB2JRES.HLP,UNIDRV
|
|
DataSection=UNIDRV_DATA
|
|
DataFile=NCB160J.GPD
|
|
|
|
;
|
|
; Copy section (Japanese)
|
|
;
|
|
|
|
|
|
[UNIDRV]
|
|
UNIDRV.DLL
|
|
UNIRES.DLL
|
|
;GPDPARSE.DLL
|
|
UNIDRVUI.DLL
|
|
STDNAMES.GPD
|
|
UNIDRV.HLP
|
|
|
|
|
|
|
|
;
|
|
; Data Sections
|
|
;
|
|
; These sections contain data that is shared between devices.
|
|
;
|
|
|
|
[UNIDRV_DATA]
|
|
DriverFile=UNIDRV.DLL
|
|
ConfigFile=UNIDRVUI.DLL
|
|
HelpFile=UNIDRV.HLP
|
|
|
|
;
|
|
; OEM URLS
|
|
;
|
|
; This sections gives the URL for manufacturers found in the Manufacturers section
|
|
;
|
|
|
|
[OEM URLS]
|
|
%NEC% = "http://www.nec.co.jp"
|
|
|
|
;
|
|
; 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]
|
|
NEC="NEC"
|
|
MS="Microsoft Windows 2000"
|