You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB

1 month ago
  1. ;
  2. ; This .inf file is intended to be used with the ghostpdf.cat
  3. ; file which should have been supplied with it. The ghostpdf.cat
  4. ; file provides the driver signature necessary for installation
  5. ; on recent versions of Windows without the alarming warnings about
  6. ; unsigned drivers, however it also means that this .inf file cannot
  7. ; be installed using right-click->Install (or double-click on the .inf
  8. ; file). You must install this from the Control Panel using Add Printer.
  9. ;
  10. [Version]
  11. Signature="$Windows NT$"
  12. Provider=Artifex Software Inc.
  13. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  14. Class=Printer
  15. CatalogFile=ghostpdf.cat
  16. DriverVer=01/01/2013,1.0.0.1
  17. ; Manufacturer section
  18. [Manufacturer]
  19. "Ghostscript"=Ghostscript,NTamd64,NTia64
  20. ; Model sections
  21. [Ghostscript]
  22. "Ghostscript PDF" = GHOSTPDF.PPD, Ghostscript_PDF, Ghostscript_PDF_Writer
  23. [Ghostscript.NTamd64]
  24. "Ghostscript PDF" = GHOSTPDF.PPD, Ghostscript_PDF, Ghostscript_PDF_Writer
  25. [Ghostscript.NTia64]
  26. "Ghostscript PDF" = GHOSTPDF.PPD, Ghostscript_PDF, Ghostscript_PDF_Writer
  27. ; Installer section
  28. [GHOSTPDF.PPD]
  29. CopyFiles=@GHOSTPDF.PPD
  30. DataSection=PSCRIPT_DATA
  31. Include=NTPRINT.INF
  32. Needs=PSCRIPT.OEM
  33. [DestinationDirs]
  34. DefaultDestDir=66000
  35. [SourceDisksNames]
  36. 1=%Disk1%,,,""
  37. [SourceDisksFiles]
  38. GHOSTPDF.PPD =1
  39. [Strings]
  40. Disk1="Ghostscript PPD Setup Disk 1"
  41. ; end of ghostpdf.inf