home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / IODATA / PCR9100 / PCR9100.EXE / DISK.EXE / WIN2000 / PCETTXR.INF next >
Windows Setup INFormation  |  2000-04-01  |  3KB  |  101 lines

  1. ;''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  2. ; PCET/TX-R Setup File
  3. ; File Name : PCETTXR.INF
  4. ; Operating System : Windows 2000
  5. ; Platform Type : PC98-NX Series, DOS/V, PC-9821 Series
  6. ; Copyright (C) 2000 I-O DATA DEVICE,INC.
  7. ;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  8.  
  9. [version]
  10. ;LayoutFile  = layout.inf
  11. Signature   = "$Windows NT$"
  12. Class       = Net
  13. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  14. Provider    = %MfName%
  15. ;CatalogFile = pcettxr.cat
  16. DriverVer   = 04/01/2000, 1.00.50
  17.  
  18. [Manufacturer]
  19. %MfName% = IODATA
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = PCMCIA\IO_DATA-PCETTXR-B7A4
  23.  
  24. [IODATA]
  25. %PCMCIA.DeviceDesc%  = pcettxrcc.ndi, PCMCIA\IO_DATA-PCETTXR-B7A4
  26.  
  27. [pcettxrcc.ndi]
  28. Characteristics = 0x84
  29. BusType         = 8
  30. AddReg          = common.reg, pcettxr.ndi.reg
  31. CopyFiles       = pcettxr.ndis5.CopyFiles
  32.  
  33. [pcettxrcc.ndi.Services]
  34. AddService = pcettxr, 2, pcettxr.Service, pcettxr.AddEventLog
  35.  
  36. [common.reg]
  37. ;Connection Type
  38. HKR,Ndi\params\ConnectionType,      ParamDesc,      0, %ConnectionType%
  39. HKR,Ndi\params\ConnectionType,      default,        0, "5"
  40. HKR,Ndi\params\ConnectionType,      type,           0, "enum"
  41. HKR,Ndi\params\ConnectionType\enum, "0",            0, %10HD%
  42. HKR,Ndi\params\ConnectionType\enum, "2",            0, %10FD%
  43. HKR,Ndi\params\ConnectionType\enum, "4",            0, %100HD%
  44. HKR,Ndi\params\ConnectionType\enum, "6",            0, %100FD%
  45. HKR,Ndi\params\ConnectionType\enum, "5",            0, %AutoSense%
  46. HKR,                              , ConnectionType, 0, "5"
  47.  
  48. ;HKR,,DelayTime,,3000
  49. ;HKR,,TransmitCounter,,50
  50.  
  51. [pcettxr.ndi.reg]
  52. HKR, Ndi,            Service,    0, "pcettxr"
  53. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  54. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  55.  
  56. [pcettxr.ndis5.CopyFiles]
  57. pcettxr.sys,,,2
  58.  
  59. [pcettxr.Service]
  60. DisplayName    = %Service.DispName%
  61. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  62. StartType      = 3 ;%SERVICE_AUTO_START%
  63. ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
  64. ServiceBinary  = %12%\pcettxr.sys
  65. LoadOrderGroup = NDIS
  66. AddReg         = TextModeFlags.reg
  67.  
  68. [pcettxr.AddEventLog]
  69. AddReg = pcettxr.AddEventLog.reg
  70.  
  71. [pcettxr.AddEventLog.reg]
  72. HKR,, EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  73. HKR,, TypesSupported,   0x00010001, 7
  74.  
  75. [TextModeFlags.reg]
  76. HKR, , TextModeFlags, 0x00010001, 0x0001
  77.  
  78. [DestinationDirs]
  79. DefaultDestDir          =11     ; LDID_SYS
  80. pcettxr.ndis5.CopyFiles =12
  81.  
  82. [SourceDisksNames]
  83. 7 = %PCETTXR_Install_Disk%,,
  84.  
  85. [SourceDisksFiles]
  86. pcettxr.sys = 7
  87.  
  88. [Strings]
  89. MfName = "I-O DATA DEVICE,INC."
  90.  
  91. ConnectionType      = "接続タイプ"
  92. AutoSense           = "自動選択"
  93. 100FD               = "100BASE-TX フルデュプレックス"
  94. 100HD               = "100BASE-TX"
  95. 10HD                = "10BASE-T"
  96. 10FD                = "10BASE-T フルデュプレックス"
  97.  
  98. PCMCIA.DeviceDesc   = "I-O DATA PCET/TX-R ファースト イーサネット アダプタ"
  99. Service.DispName    = "I-O DATA PCET/TX-R ファースト イーサネット アダプタ ドライバ"
  100. PCETTX_Install_Disk = "PCET/TX-R サポートソフト"
  101.