home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 May / VPR0305.ISO / DRIVER / EPSON / P40Z53E / p40z53e.exe / DISK5 / DISK.5 / Win2000 / EPPPDT.INF < prev    next >
Windows Setup INFormation  |  2002-07-26  |  3KB  |  110 lines

  1. ; epppdt.INF for English
  2. ;  -- This file contains descriptions for epson 1394.3 enumerated devices
  3. ;
  4. ; Copyright (C) 2001 Seiko Epson Corporation
  5. ;
  6. ; Install Class GUID Definition 
  7. ;   Device Class GUID = {b1d70570-165e-11d4-9abe-00105a21d193}
  8. ;
  9. ; Created 04/18/00  (Originated Date)
  10. ;
  11.  
  12. ;=====================================================================
  13. ; Common installation infomations
  14. ;=====================================================================
  15. ; EPSON 1394.3 installation infomations
  16. ;
  17.  
  18. [Version]
  19. Signature="$WINDOWS NT$"
  20. Class=EPSON1394D3
  21. ClassGUID={b1d70570-165e-11d4-9abe-00105a21d193}
  22. Provider=%MFG%
  23. CatalogFile=epppdt.cat
  24. DriverVer=07/26/2002, 1.01.002.0
  25.  
  26. [SourceDisksNames]
  27. 1 = %DISK1%,,,
  28.  
  29. [SourceDisksFiles]
  30. epppdt.sys = 1,,
  31.  
  32. [Manufacturer]
  33. %MFG%=PnpPrint
  34.  
  35. [PnpPrint]
  36. %PPDT.DeviceDesc% = PPDT_Inst,SBP2\EPSON&EP1394D3_Printer&CmdSetId1
  37.  
  38. [ControlFlags]
  39. ExcludeFromSelect = *
  40.  
  41. [DestinationDirs]
  42. DefaultDestDir = 12
  43.  
  44.  
  45. ;=====================================================================
  46. ; Class Installer
  47. ;=====================================================================
  48. ; Class installer32
  49. ;
  50. [ClassInstall32]
  51. Addreg=PPDTClass.AddReg.NT
  52.  
  53. ;
  54. ; Adding Registory entry for class installer
  55. ;
  56. [PPDTClass.AddReg.NT]
  57. HKR,,,0,%PPDTName%
  58. ;HKR,,NoInstallClass,,1
  59. HKR,,Icon,,-21
  60.  
  61. ;=====================================================================
  62. ; Print Port Device (LUN0)
  63. ;=====================================================================
  64.  
  65. ;
  66. ; Installation EPSON IEEE1394 driver and port monitor modules
  67. ;
  68. [PPDT_Inst.NT]
  69. Copyfiles = PPDT_Inst.CopyFiles.NT
  70. DriverVer=07/26/2002, 1.01.002.0
  71.  
  72. ;
  73. ; Installation kernel mode driver files for system32\drivers directory.
  74. ;
  75. [PPDT_Inst.CopyFiles.NT]
  76. epppdt.sys                            ; EPSON 1394 Kernel Mode Port Driver
  77.  
  78.  
  79. ;
  80. ; Adding Driver services.
  81. ;
  82. [PPDT_Inst.NT.Services]
  83. AddService = epppdt,0x00000002,PPDT_Service_Inst
  84.  
  85. ;
  86. ; Kernel mode driver service
  87. ;
  88. [PPDT_Service_Inst]
  89. DisplayName    = %PPDT.SvcDesc%    ;
  90. ServiceType    = 1                        ;KERNEL_DRIVER
  91. StartType      = 3                        ;DEMAND START
  92. ErrorControl   = 1                        ;RROR_NORMAL
  93. ServiceBinary  = %12%\epppdt.sys        ;
  94.  
  95.  
  96.  
  97. ;=====================================================================
  98. ; Strings
  99. ;=====================================================================
  100. ;
  101. ; These strings is used as installation progress report.
  102. ;
  103.  
  104. [strings]
  105. MFG                = "Epson"    
  106. PPDT.DeviceDesc    = "EPSON 1394.3デバイス"
  107. PPDT.SvcDesc    = "EPSON 1394.3クラス"
  108. PPDTName        = "EPSON 1394.3デバイス"    
  109. DISK1            = "EPSON 1394.3プリンタ インストール ディスク 1"
  110.