popfaxbd.inf
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:2k
源码类别:

打印编程

开发平台:

Visual C++

  1. ; PopfaxBD.INF
  2. ;
  3. ; INF file for the base WDK sample
  4. ;
  5. ; Copyright 2007 Popesco
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%MS%
  9. LayoutFile=ntprint.inf
  10. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  11. Class=Printer
  12. DriverVer=10/07/2007,0.1.0.0
  13. ;
  14. ; Manufacturer section.
  15. ;
  16. ; This section lists all of the manufacturers 
  17. ; that we will display in the Dialog box
  18. ;
  19. [Manufacturer]
  20. "Popesco"=Popesco, NTx86
  21. ;
  22. ; Model sections. 
  23. ; Each section here corresponds with an entry listed in the
  24. ; [Manufacturer] section, above. The models will be displayed in the order
  25. ; that they appear in the INF file.
  26. ;
  27. [Popesco]
  28. "Popfax Printer"      = POPFAXBITMAP
  29. [Popesco.NTx86]
  30. "Popfax Printer"      = POPFAXBITMAP
  31. ;
  32. ; Installer Sections
  33. ;
  34. ; These sections control file installation, and reference all files that
  35. ; need to be copied. The section name will be assumed to be the driver
  36. ; file, unless there is an explicit DriverFile section listed.
  37. ;
  38. [POPFAXBITMAP]
  39. CopyFiles=@POPFAXBD.GPD
  40. CopyFiles=@POPFAXBD.INI
  41. CopyFiles=POPFAXBMP
  42. DataFile=POPFAXBD.GPD
  43. DataSection=UNIDRV_DATA
  44. Include=NTPRINT.INF
  45. Needs=UNIDRV.OEM,UNIDRV_DATA
  46. ; Copy Sections
  47. ;
  48. ; Lists of files that are actually copied. These sections are referenced
  49. ; from the installer sections, above. Only create a section if it contains
  50. ; two or more files (if we only copy a single file, identify it in the
  51. ; installer section, using the @filename notation) or if it's a color
  52. ; profile (since the DestinationDirs can only handle sections, and not
  53. ; individual files).
  54. ;
  55. [POPFAXBMP]
  56. POPFAXBD.DLL
  57. ;
  58. ; Data Sections
  59. ;
  60. ; These sections contain data that is shared between devices.
  61. ;
  62. ;
  63. ;  Location of source files not in Layout.inf.
  64. ;
  65. [SourceDisksNames]
  66. 100 = %OEMSample%
  67. [SourceDisksFiles.x86]
  68. popfaxbd.dll    = 100
  69. [SourceDisksFiles]
  70. POPFAXBD.GPD       = 100
  71. POPFAXBD.INI    = 100
  72. ;
  73. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  74. ; (depending on which environment drivers are getting installed)
  75. ;
  76. [DestinationDirs]
  77. DefaultDestDir=66000
  78. ;
  79. ; Localizable Strings
  80. ;
  81. [Strings]
  82. MS="Popfax Printer"