; Plotter.inf for DDK ; ; List of supported printers, manufacturers ; ;--- version:3.1.6 --- ; Change default cut mode to "Partial Cut when Page End" [Version] Signature="$Windows NT$" Provider=%MS% ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318} Class=Printer DriverVer=16/4/2010,3.1.6 [ClassInstall32.NT] AddReg=printer_class_addreg [printer_class_addreg] HKR,,,,%PrinterClassName% HKR,,Icon,,"-4" HKR,,Installer32,,"ntprint.dll,ClassInstall32" HKR,,NoDisplayClass,,1 HKR,,EnumPropPages32,,"PDAC31ui.dll,PrinterPropPageProvider" ; ; Manufacturer section. ; ; This section lists all of the manufacturers ; that we will display in the Dialog box ; [Manufacturer] %LABAU%=LABAU ; ; 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. ; [LABAU] "PDAC3100-D1" = PDAC31DI.ini ; 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). ; [PDAC31DI.ini] CopyFiles=@PDAC31DI.ini,PLOTTER DataSection=PLOTTER_DATA [PLOTTER] PDAC31Gr.DLL PDAC31UI.DLL PDAC31DI.ini ; ; Data Sections ; ; These sections contain data that is shared between devices. ; [PLOTTER_DATA] DriverFile=PDAC31Gr.DLL ConfigFile=PDAC31UI.DLL ; ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime ; (depending on which environment drivers are getting installed) ; [DestinationDirs] DefaultDestDir=66000 ; ; Source Disk Section ; This was added to enable Web Point&Print. ; All files added to this must also be added to Layout.INF ; [SourceDisksNames.x86] 1 = ,,,"" [SourceDisksFiles] PDAC31Gr.dll = 1 PDAC31UI.dll = 1 PDAC31DI.ini = 1 ; ; Localizable Strings ; [Strings] MS="Microsoft Windows 2000" PrinterClassName="Printers" ; Manufacturers LABAU="LABAU"