home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / hardware / prehled / panason / ovladace / kx_p6x00 / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1996-08-19  |  3KB  |  94 lines

  1. ; OEMSETUP.INF
  2. ;
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows 95$"
  7. Class=Printer
  8. Provider="Destiny"
  9. LayoutFile=layout.inf
  10.  
  11. [ClassInstall]
  12. AddReg=ClassAddReg
  13. DelReg=ClassDelReg
  14. CopyFiles=@WSINSTAL.DLL
  15.  
  16. [ClassDelReg]
  17. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  18.  
  19. [ClassAddReg]
  20. HKR,,,,%CLASSNAME%
  21. HKR,,Installer,,WSINSTAL.DLL
  22. HKR,,Icon,,-4
  23. HKR,,NoDisplayClass,,1
  24.  
  25. [Environment]
  26. UpdateInis=Environment_Ini
  27. AddReg=Environment_Reg
  28.  
  29. [Environment_Ini]
  30. win.ini,Ports,"LPT1.DOS=",
  31. win.ini,Ports,"LPT2.DOS=",
  32. win.ini,Ports,"LPT3.DOS=",
  33. win.ini,Ports,"LPT1.OS2=",
  34. win.ini,Ports,"LPT2.OS2=",
  35. win.ini,Ports,"LPT3.OS2=",
  36. win.ini,Ports,"KXPGDI=",
  37. win.ini,Ports,"KXPPCL=",
  38. win.ini,windows,"Spooler=",
  39. win.ini,windows,"DosPrint=",
  40. win.ini,windows,"DeviceNotSelectedTimeout=",
  41. win.ini,windows,"TransmissionRetryTimeout=",
  42.  
  43. [Environment_Reg]
  44. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  45. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  46. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  47. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  48. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  49. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  50. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  51.  
  52. ; The Manufacturer section lists all of the manufacturers that we will
  53. ; display in the Dialog box
  54. ;
  55. [Manufacturer]
  56. "Panasonic"
  57. ;
  58. ; Model sections. Each section here corresponds with an entry listed in the
  59. ; [Manufacturer] section, above. The models will be displayed in the order
  60. ; that they appear in the INF file.
  61. ;
  62. ; Each model lists a variation of its own name as a compatible ID. This
  63. ; is done primarily as an optimization during upgrade.
  64. ;
  65. [Panasonic]
  66. ; do not modiy this line, otherwise it will prompt for the printer model
  67. ; while in PnP installation, Edward Ho
  68. "Panasonic KX-P6300" = KME6X00.DRV, LPTENUM\PANASONICKX-P63003E4D,PANASONICKX-P63003E4D
  69. "Panasonic KX-P6500" = KME6X00.DRV, LPTENUM\PANASONICKX-P65000C98,PANASONICKX-P65000C98
  70. "Panasonic KX-P6100" = KME6X00.DRV, LPTENUM\PANASONICKX-P6100FEEC,PANASONICKX-P6100FEEC
  71.  
  72. [KME6X00.DRV]
  73. CopyFiles=@WSINSTAL.DLL, KME6X00_FILES
  74. DriverFile=sumodumy.dll
  75. VendorInstaller=WSINSTAL.DLL, Ws95Setup
  76. VendorSetup=WSINSTAL.DLL, Ws95Dll
  77. DataSection=WS_DATA
  78.  
  79. [KME6X00_FILES]
  80. sumodumy.dll
  81. [WS_DATA]
  82. DefaultDataType=EMF
  83.  
  84. [Strings]
  85. ;MS="Microsoft"
  86. CLASSNAME="Printer"
  87. ;GENERIC="Generic / Text Only"
  88. ;PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  89. ;PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  90.  
  91. [SetupFileName]
  92. Installer=SETUP.EXE
  93.  
  94.