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.

71 lines
1.3 KiB

  1. ;
  2. ; Printer Installation File
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%MS%
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. [ClassInstall32.NT]
  12. AddReg=printer_class_addreg
  13. [printer_class_addreg]
  14. HKR,,,,%PrinterClassName%
  15. HKR,,Icon,,"-4"
  16. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  17. HKR,,NoDisplayClass,,1
  18. HKR,,EnumPropPages32,,"printui.dll,PrinterPropPageProvider"
  19. ;
  20. ; Manufacturer section.
  21. ;
  22. ; This section lists all of the manufacturers
  23. ; that we will display in the Dialog box
  24. ;
  25. [Manufacturer]
  26. "Tally"
  27. ;
  28. ; Model Specifications Section
  29. ;
  30. [Tally]
  31. "TallyColor T7080" = t7080.GPD,LPTENUM\TallyT7080B76A
  32. "Tally T7110 (Monochrome)" = t7110M.GPD,LPTENUM\Mannesmann_TallyT711BDD1,Mannesmann_Tally_T7110_(Monochrome)
  33. ;
  34. ; Installer section(s) referenced above.
  35. ;
  36. [T7080.GPD]
  37. CopyFiles=@tly3res.dll,@T7080.GPD
  38. DataSection=UNIDRV_DATA
  39. Include=NTPRINT.INF
  40. Needs=UNIDRV.OEM
  41. [T7110M.GPD]
  42. CopyFiles=@tly3res.dll,@T7110M.GPD
  43. DataSection=UNIDRV_DATA
  44. Include=NTPRINT.INF
  45. Needs=UNIDRV.OEM
  46. [DestinationDirs]
  47. DefaultDestDir=66000
  48. [SourceDisksNames.x86]
  49. 1 = %disk1%,,,\i386
  50. [SourceDisksFiles]
  51. tly3res.dll = 1
  52. t7080.GPD = 1
  53. t7110M.GPD = 1
  54. [Strings]
  55. PrinterClassName="Printers"
  56. MS=Microsoft
  57. disk1="Tally Printer Driver Setup Disk"
  58.