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.

74 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=%TA%
  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. "Tally T3016" = t3016.GPD,LPTENUM\TallyT3016D5ED,Tally_T3016
  32. "Tally T3016-2T" = t3016-2t.GPD,LPTENUM\TallyT3016-2T334A,Tally_T3016-2T
  33. ;
  34. ; Installer section(s) referenced above.
  35. ;
  36. [t3016.GPD]
  37. CopyFiles=@T3016.Dll,@t3016.GPD
  38. DataSection=UNIDRV_DATA
  39. DataFile=t3016.GPD
  40. Include=NTPRINT.INF
  41. Needs=UNIDRV.OEM
  42. [t3016-2t.GPD]
  43. CopyFiles=@T3016.Dll,@t3016-2t.GPD
  44. DataSection=UNIDRV_DATA
  45. DataFile=t3016-2t.GPD
  46. Include=NTPRINT.INF
  47. Needs=UNIDRV.OEM
  48. [DestinationDirs]
  49. DefaultDestDir=66000
  50. [SourceDisksNames.x86]
  51. 1 = %disk1%,,,
  52. [SourceDisksFiles]
  53. T3016.Dll = 1
  54. t3016.GPD = 1
  55. t3016-2t.GPD = 1
  56. [Strings]
  57. PrinterClassName="Printers"
  58. TA="Tally"
  59. disk1="Tally Printer Driver Setup Disk"