home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / NETRLW2K.IN_ / netrlw2k.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  6.3 KB  |  102 lines

  1. ; Copyright (c) 2000, Microsoft
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %Msft%
  8. LayoutFile  = layout.inf
  9. DriverVer=07/01/2001,2.30.0.0
  10.  
  11. [Manufacturer]
  12. %RadioLAN%  = RadioLAN
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [RadioLAN]
  18. %RLNET.DeviceDesc%    = rlnet.ndi,  PCMCIA\RadioLAN-10BaseRadio_Network_(PC_Card)-903C
  19. %RLNETA.DeviceDesc%   = rlneta.ndi, PCMCIA\RadioLAN-10BaseRadio_Network_(PC_Card)-7510
  20.  
  21. ;-------------------------------------------------------------------------------
  22. ; RadioLAN PC Card Adapter
  23. ;
  24. [rlnet.ndi]
  25. AddReg          = rlnet.reg, rlnet.para.reg
  26. BusType         = 8
  27. Characteristics = 0x84          ; NCF_REMOVABLE | NCF_PHYSICAL
  28. CopyFiles       = rlnet.CopyFiles
  29.  
  30. [rlnet.ndi.Services]
  31. AddService      = rlnet, 2, rlnet.Service, common.AddEventLog
  32.  
  33. ;-------------------------------------------------------------------------------
  34. ; RadioLAN PC Card Adapter
  35. ;
  36. [rlneta.ndi]
  37. AddReg          = rlnet.reg, rlnet.para.reg
  38. BusType         = 8
  39. Characteristics = 0x84          ; NCF_REMOVABLE | NCF_PHYSICAL
  40. CopyFiles       = rlnet.CopyFiles
  41.  
  42. [rlneta.ndi.Services]
  43. AddService      = rlnet, 2, rlnet.Service, common.AddEventLog
  44.  
  45. ;-------------------------------------------------------------------------------
  46. ; RadioLan RLNET service and install section
  47. ;
  48. [rlnet.reg]
  49. HKR, Ndi,               Service,            0, "rlnet"
  50. HKR, Ndi\Interfaces,    UpperRange,         0, "ndis5"
  51. HKR, Ndi\Interfaces,    LowerRange,         0, "ethernet"
  52.  
  53. ; common registry for NT and Win9x
  54. ;
  55. [rlnet.para.reg]
  56. HKR, NDI\params\EnableFilter,       ParamDesc,      0, %EnableFilter%
  57. HKR, Ndi\params\EnableFilter,       default,        0, "1"
  58. HKR, NDI\params\EnableFilter,       type,           0, "enum"
  59. HKR, NDI\params\EnableFilter\enum,  0,              0, %Off%
  60. HKR, NDI\params\EnableFilter\enum,  1,              0, %On%
  61.  
  62. ;-------------------------------------------------------------------------------
  63. ; RadioLAN Driver Installation and Service
  64. ;
  65. [rlnet.Service]
  66. DisplayName     = %RLNET.Service.DispName%
  67. ServiceType     = 1             ; %SERVICE_KERNEL_DRIVER%
  68. StartType       = 3             ; %SERVICE_DEMAND_START%
  69. ErrorControl    = 1             ; %SERVICE_ERROR_NORMAL%
  70. ServiceBinary   = %12%\rlnet5.sys
  71. LoadOrderGroup  = NDIS
  72.  
  73. [common.AddEventLog]
  74. AddReg = common.AddEventLog.reg
  75.  
  76. [common.AddEventLog.reg]
  77. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  78. HKR, , TypesSupported,   0x00010001, 7
  79.  
  80. [rlnet.CopyFiles]
  81. rlnet5.sys,,,2
  82.  
  83. [DestinationDirs]
  84. DefaultDestDir  = 12
  85. rlnet.CopyFiles = 12
  86.  
  87. ;-------------------------------------------------------------------------------
  88. ; Localizable Strings
  89. ;
  90. [Strings]
  91. Msft                      = "Microsoft"
  92. RadioLAN                  = "RadioLAN"
  93.  
  94. EnableFilter              = "Включить фильтр"
  95.  
  96. RLNET.DeviceDesc          = "RadioLAN/10 плата, RadioNET-интерфейс"
  97. RLNETA.DeviceDesc         = "RadioLAN 10BaseRadio плата"
  98. On                        = "Вкл"
  99. Off                       = "Выкл"
  100.  
  101. RLNET.Service.DispName    = "RadioLAN/10 плата, RadioNET-интерфейс"
  102.