vprinter.inf

来自「基于windows通用打印驱动程序的虚拟打印机。」· INF 代码 · 共 67 行

INF
67
字号
;
;	Printer Installation File
;
;	 List of supported printers, manufacturers
;

[Version]
Signature="$Windows NT$"
Provider=%MA%
PrintProcessor="vprproc,VPRPROC.DLL"
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Class=Printer

[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.
;
; This section lists all of the manufacturers
; that we will display in the Dialog box
;

[Manufacturer]
"Mabuse.De"

;
; Model Specifications Section
;

[Mabuse.De]
"Virtual Printer" = vprinter.GPD,Mabuse.DeDumb_Driver0371,Dumb_Driver

;
; Installer section(s) referenced above.
;

[vprinter.GPD]
CopyFiles=@vprinter.Dll,@vprinter.GPD
DataSection=UNIDRV_DATA
DataFile=vprinter.GPD
Include=NTPRINT.INF
Needs=UNIDRV.OEM

[DestinationDirs]
DefaultDestDir=66000

[SourceDisksNames.x86]
1 = %disk1%,,,\i386

[SourceDisksFiles]
vprinter.Dll = 1
vprinter.GPD = 1

[Strings]
PrinterClassName="Printers"
MA="Mabuse.De"
disk1="Mabuse.De Printer Driver Setup Disk"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?