Leaked source code of windows server 2003
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.

108 lines
2.6 KiB

  1. ;
  2. ; Copyright (c) 1999-2003 OEM Company Name
  3. ;
  4. ;
  5. ; OEMPRND4.INF
  6. ;
  7. ; INF to install printer drivers for DOT4 compatible printers or printer
  8. ; function of a Dot4 compatible MFP.
  9. ;
  10. [Version]
  11. Signature="$Windows NT$"
  12. Provider=%OEM%
  13. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  14. Class=Printer
  15. ; Date & version of driver package
  16. DriverVer=MM/DD/YYYY,XX.XX.XX.XX
  17. CatalogFile=OEMPrint.cat
  18. ;
  19. ; Manufacturer section.
  20. ;
  21. ; This section lists all of the manufacturers
  22. ; that we will display in the Dialog box
  23. ;
  24. [Manufacturer]
  25. %OEM%=OEM_Models
  26. ;
  27. ; Model sections.
  28. ;
  29. ; Each section here corresponds with an entry listed in the
  30. ; [Manufacturer] section, above.
  31. [OEM_Models]
  32. ; THis device will get printer driver installed regardless of bus (Parallel or USB)
  33. %OEM_DOT4_PRINTER% = OEMPRT.GPD,OEM_Company_1284.4_PB695
  34. ; This device will only get the pritner driver installed when the device is
  35. ; connected through DOT4PRT. If it is connected to USB through a dongle the
  36. ; HardwareID (USBPRINT\OEM_Company_1284.4_M9C9C) will not match this INF
  37. %OEM_DOT4_MFP% = OEMMFP.GPD,DOT4PRT\OEM_Company_1284.4_M9C9C
  38. ;
  39. ; OEM URLS
  40. ;
  41. ; This sections gives the URL for manufacturers found in the Manufacturers section
  42. ;
  43. [OEM URLS]
  44. %OEM% = "http://www.OEMCompany.com/Win2KPrinting"
  45. ; Installer Sections
  46. ;
  47. ; These sections control file installation, and reference all files that
  48. ; need to be copied. The section name will be assumed to be the driver
  49. ; file, unless there is an explicit DriverFile section listed.
  50. ;
  51. ;
  52. [OEMPRT.GPD]
  53. CopyFiles=@OEMPRT1.DLL,@OEMUI.DLL
  54. DataSection=UNIDRV_DATA
  55. Include=NTPRINT.INF
  56. Needs=UNIDRV.OEM
  57. [OEMMFP.GPD]
  58. CopyFiles=@OEMMFP.DLL,@OEMPRT1.DLL,@OEMUI.DLL
  59. DataSection=UNIDRV_DATA
  60. Include=NTPRINT.INF
  61. Needs=UNIDRV.OEM
  62. ;
  63. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  64. ; (depending on which environment drivers are getting installed)
  65. ;
  66. [DestinationDirs]
  67. DefaultDestDir=66000
  68. ;
  69. ; Source Disk Section
  70. ; This was added to enable Web Point&Print.
  71. ; All files added to this must also be added to Layout.INF
  72. ;
  73. [SourceDisksNames.x86]
  74. 1 = %Disk%,,,""
  75. [SourceDisksNames.Alpha]
  76. 1 = %Disk%,,,""
  77. [SourceDisksFiles]
  78. OEMPrint.inf = 1
  79. OEMPRT.GPD = 1
  80. OEMMFP.GPD = 1
  81. OEMMFP.DLL = 1
  82. OEMPRT1.DLL = 1
  83. OEMUI.DLL = 1
  84. ;
  85. ; Localizable Strings
  86. ;
  87. [Strings]
  88. Disk = "OEM Driver Install Disk"
  89. PrinterClassName = "Printer"
  90. OEM = "OEM Company"
  91. OEM_DOT4_PRINTER = "OEM Company 1284.4 Printer"
  92. OEM_DOT4_MFP = "OEM Company 1284.4 MFP"