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.

97 lines
1.6 KiB

  1. ; OEMDLL.INF
  2. ;
  3. ; INF file for OEM DLL Customization samples
  4. ;
  5. ; Copyright 1999-2003 Microsoft Corporation
  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/08/2000
  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. "Generic"
  21. ;
  22. ; Model sections.
  23. ;
  24. ; Each section here corresponds with an entry listed in the
  25. ; [Manufacturer] section, above. The models will be displayed in the order
  26. ; that they appear in the INF file.
  27. ;
  28. [Generic]
  29. "Generic / Text Only" = TTY.GPD
  30. ;
  31. ; Installer Sections
  32. ;
  33. ; These sections control file installation, and reference all files that
  34. ; need to be copied. The section name will be assumed to be the driver
  35. ; file, unless there is an explicit DriverFile section listed.
  36. ;
  37. [TTY.GPD]
  38. CopyFiles=@TTY.GPD,@TTY.INI, OEMUNI,OEMUI
  39. DataSection=UNIDRV_DATA
  40. DataFile=TTY.GPD
  41. Include=NTPRINT.INF
  42. Needs=UNIDRV.OEM
  43. ; Copy Sections
  44. ;
  45. [OEMUNI]
  46. TTY.DLL
  47. [OEMUI]
  48. TTYUI.DLL
  49. ; Location of source files not in Layout.inf.
  50. [SourceDisksFiles]
  51. tty.dll = 1
  52. ttyui.dll = 1
  53. ttyui.hlp = 1
  54. ;
  55. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  56. ; (depending on which environment drivers are getting installed)
  57. ;
  58. [DestinationDirs]
  59. DefaultDestDir=66000
  60. ;
  61. ; Control Flags
  62. ;
  63. ;[ControlFlags]
  64. ;ExcludeFromSelect = 2369
  65. ;
  66. ; Localizable Strings
  67. ;
  68. [Strings]
  69. MS="Microsoft"