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.

102 lines
1.8 KiB

  1. ;
  2. ; FIRSTEC LASER PRINTER Version 1.1 FOR WIN9X
  3. ;
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=Printer
  7. Provider=%firstec%
  8. LayoutFile=layout.inf
  9. [Manufacturer]
  10. "firstec"=FIRSTEC_PRINTERS
  11. [FIRSTEC_PRINTERS]
  12. "FIRSTEC JP-L3500/G" = JP3500P.DRV
  13. "FIRSTEC JP-L3700/G" = JP3500P.DRV
  14. ;
  15. ; Installer Sections
  16. ;
  17. [JP3500P.DRV]
  18. CopyFiles=@JP3500P.DRV,UNI
  19. DataSection=UNI_DATA
  20. DriverFile=JP3500P.DRV
  21. DataFile=JP3500P.DRV
  22. UpdateInis=Environment_Ini, SYSTEM_INI
  23. RetryTimeout=45
  24. NotSelectedTimeOut=15
  25. ;
  26. ; Other key registry entries...
  27. ;
  28. [Environment_Reg]
  29. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  30. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  31. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  32. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  33. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  34. ;
  35. ; Set up printer ports in win.ini for 'older' apps
  36. ;
  37. [Environment_Ini]
  38. win.ini,Ports,"LPT1=",
  39. win.ini,Ports,"LPT2=",
  40. win.ini,Ports,"LPT3=",
  41. win.ini,windows,"Spooler=",
  42. win.ini,windows,"DosPrint=",
  43. win.ini,windows,"DeviceNotSelectedTimeout=",
  44. win.ini,windows,"TransmissionRetryTimeout=",
  45. ;
  46. ; Data Sections
  47. ;
  48. [UNI_DATA]
  49. HelpFile=UNIDRV.HLP
  50. DefaultDataType=EMF
  51. ;
  52. ; Special section to copy just UNIDRV and its dependent files
  53. ;
  54. [UNIDRV_ONLY]
  55. CopyFiles=UNI
  56. ;
  57. ; Copy Sections
  58. ;
  59. [UNI]
  60. UNIDRV.DLL
  61. UNIDRV.HLP
  62. ICONLIB.DLL
  63. [PJL]
  64. PJLMON.DLL
  65. ;
  66. ; Source Files Disk Index
  67. ;
  68. [SourceDisksFiles]
  69. JP3500P.DRV=1
  70. ;
  71. ; ALL files to the %windows%\SYSTEM directory
  72. ;
  73. [DestinationDirs]
  74. DefaultDestDir=11
  75. ;
  76. ; Diskette Names
  77. ;
  78. [SourceDisksNames]
  79. 1="FIRSTEC JP-L3500/3700 Diskette", ,
  80. ;
  81. ; Localizable Strings
  82. ;
  83. [Strings]
  84. CLASSNAME="Printer"
  85. firstec="FIRSTEC"
  86.