home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 May / VPR0105B.BIN / DRIVER / EPSON / 85CZ253 / 85cz253.exe / DISK1 / WIN9X / EPFWP.INF < prev   
Windows Setup INFormation  |  2000-08-24  |  4KB  |  137 lines

  1. ; epfwp.INF for Japanese
  2. ;  -- This file contains descriptions for epson IEEE1394 enumerated printers
  3. ;
  4. ; Copyright (C) 1999 Seiko Epson Corporation
  5. ;
  6. ; Install Class GUID Definition 
  7. ;   Device Class GUID = {14EF37C0-2242-11d3-A0A1-00609773EC35}
  8. ;   DEFINE_GUID(<<name>>, 
  9. ;   0x14ef37c0, 0x2242, 0x11d3, 0xa0, 0xa1, 0x0, 0x60, 0x97, 0x73, 0xec, 0x35);
  10. ;
  11. ; Created 01/25/00  (Creation Date)
  12. ; Modefied 03/02/00
  13. ;
  14.  
  15. ;=====================================================================
  16. ; Common installation infomations
  17. ;=====================================================================
  18. ; EPSON IEEE1394 Printer installation infomations
  19. ;
  20.  
  21. [Version]
  22. Signature="$CHICAGO$"
  23. Class=EPSON1394Printer
  24. ClassGUID={14EF37C0-2242-11d3-A0A1-00609773EC35}
  25. Provider=%MFG%
  26. DriverVer=08/24/2000, 1.00.12.00
  27.  
  28. [SourceDisksNames]
  29. 1 = %DISK1%,,,
  30.  
  31. [SourceDisksFiles]
  32. ep1394pr.sys=1
  33. ep1394mn.dll=1
  34. ep1394in.dll=1
  35. ep1394ci.dll=1
  36. ep1394un.exe=1
  37.  
  38. [Manufacturer]
  39. %MFG%=PnpPrint
  40.  
  41. [PnpPrint]
  42. %EP1394STATUS.DeviceDesc% = EP1394STATUS_Inst,SBP2\EPSON&1394_Printer_Status&CmdSetId5029
  43. %EP1394PRN.DeviceDesc% = EP1394PRN_Inst,SBP2\EPSON&1394_Printer&CmdSetId5029
  44.  
  45. [DestinationDirs]
  46. DefaultDestDir=11
  47.  
  48.  
  49. ;=====================================================================
  50. ; Class Installer
  51. ;=====================================================================
  52. ; Class installer
  53. ;
  54.  
  55. [ClassInstall]
  56. AddReg=EP1394Class.AddReg, EP1394.AddReg.Uninstall
  57. CopyFiles=EP1394Class.CopyFiles
  58.  
  59. [EP1394Class.AddReg]
  60. HKR,,,0,%EP1394PrinterName%
  61. HKR,,Installer,,ep1394ci.dll 
  62. HKR,,Icon,,"-21"
  63.  
  64. [EP1394Class.CopyFiles]
  65. ep1394mn.dll
  66. ep1394ci.dll
  67. ep1394in.dll
  68. ep1394un.exe
  69.  
  70. [EP1394.AddReg.Uninstall]
  71. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Epson1394Printer,DisplayName,0,%EP1394PrinterName%
  72. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Epson1394Printer,UninstallString,0,"ep1394un.exe"
  73.  
  74.  
  75. ;=====================================================================
  76. ; Print Port Device (LUN0)
  77. ;=====================================================================
  78. ;
  79. ; Installation EPSON IEEE1394 driver and port monitor modules
  80. ;
  81.  
  82. [EP1394PRN_Inst]
  83. AddReg=EP1394PRN_Inst.AddReg
  84. Copyfiles = EP1394PRN_Inst.CopyFiles
  85.  
  86. [EP1394PRN_Inst.AddReg]
  87. HKR,,DevLoader,,*ntkern
  88. HKR,,NTMPDriver,,ep1394pr.sys
  89.  
  90. [EP1394PRN_Inst.CopyFiles]
  91. ep1394pr.sys            ; EPSON 1394 Kernel Mode Port Driver
  92. ep1394mn.dll
  93. ep1394ci.dll
  94. ep1394in.dll
  95. ep1394un.exe
  96.  
  97.  
  98. ;=====================================================================
  99. ; Status Port Device (LUN1)
  100. ;=====================================================================
  101. ;
  102. ; Installation EPSON IEEE1394 driver and port monitor modules
  103. ;
  104.  
  105. [EP1394STATUS_Inst]
  106. AddReg=EP1394STATUS_Inst.AddReg
  107. Copyfiles = EP1394STATUS_Inst.CopyFiles
  108.  
  109. [EP1394STATUS_Inst.AddReg]
  110. HKR,,DevLoader,,*ntkern
  111. HKR,,NTMPDriver,,ep1394pr.sys
  112.  
  113. [EP1394STATUS_Inst.CopyFiles]
  114. ep1394pr.sys            ; EPSON 1394 Kernel Mode Port Driver
  115. ep1394mn.dll
  116. ep1394ci.dll
  117. ep1394in.dll
  118. ep1394un.exe
  119.  
  120.  
  121. ;=====================================================================
  122. ; Strings
  123. ;=====================================================================
  124. ;
  125. ; These strings is used as installation progress report.
  126. ;
  127.  
  128. [strings]
  129. MFG                        = "Epson"    
  130. PnpPrint                = "Printer Manufacturer"
  131. EP1394PRN.DeviceDesc    = "EPSON IEEE1394プリンタ"
  132. EP1394PRN.SvcDesc        = "EPSON IEEE1394プリンタ クラス"
  133. EP1394PrinterName        = "EPSON IEEE1394プリンタ デバイス"    
  134. EP1394STATUS.DeviceDesc    = "EPSON IEEE1394プリンタ(ステータス)"
  135. EP1394STATUS.SvcDesc    = "EPSON IEEE1394プリンタ(ステータス)クラス"
  136. DISK1            = "EPSON タイプB IEEE1394 I/Fカード インストール ディスク 1"
  137.