; ; Copyright (c) 1999 Pentax Technologies ; ; PJ200.INF - Install file for Pentax PocketJet200 Win2000 driver ; [Version] Signature="$Windows NT$" Provider=%OEM% ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318} Class=Printer CatalogFile=OEMPRINT.cat ; Date & version of driver package ;DriverVer=MM/DD/YYYY,XX.XX.XX.XX DriverVer=02/25/2000,01.00.00.00 [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] "Pentax Technologies" ; ; 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. ; [Pentax Technologies] "Pentax PocketJet200" = PJ200.GPD ; Installer Sections ; ; These sections control file installation, and reference all files that ; need to be copied. The section name will be assumed to be the driver ; file, unless there is an explicit DriverFile section listed. ; [PJ200.GPD] CopyFiles=@PJ200.DLL,@PJ200.GPD DataSection=UNIDRV_DATA Include=NTPRINT.INF Needs=TTFSUB.OEM,UNIDRV.OEM ; ; Data Sections ; ; 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). ; ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime ; (depending on which environment drivers are getting installed) ; [DestinationDirs] DefaultDestDir=66000 [SourceDisksNames.x86] 1 = %Disk1%,,,"" [SourceDisksNames.Alpha] 1 = %Disk1%,,,"" [SourceDisksFiles] pj200.inf =1 pj200.gpd =1 pj200.dll =1 ; ; Localizable Strings ; [Strings] OEM="Pentax Technologies" PrinterClassName="Printers" Disk1="Pentax PocketJet200 Driver Setup Disk 1" OEM_MONITOR="OEM Language Monitor,OEMMON.DLL"