home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 2000, Microsoft
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=07/01/2001,2.30.0.0
-
- [Manufacturer]
- %RadioLAN% = RadioLAN
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [RadioLAN]
- %RLNET.DeviceDesc% = rlnet.ndi, PCMCIA\RadioLAN-10BaseRadio_Network_(PC_Card)-903C
- %RLNETA.DeviceDesc% = rlneta.ndi, PCMCIA\RadioLAN-10BaseRadio_Network_(PC_Card)-7510
-
- ;-------------------------------------------------------------------------------
- ; RadioLAN PC Card Adapter
- ;
- [rlnet.ndi]
- AddReg = rlnet.reg, rlnet.para.reg
- BusType = 8
- Characteristics = 0x84 ; NCF_REMOVABLE | NCF_PHYSICAL
- CopyFiles = rlnet.CopyFiles
-
- [rlnet.ndi.Services]
- AddService = rlnet, 2, rlnet.Service, common.AddEventLog
-
- ;-------------------------------------------------------------------------------
- ; RadioLAN PC Card Adapter
- ;
- [rlneta.ndi]
- AddReg = rlnet.reg, rlnet.para.reg
- BusType = 8
- Characteristics = 0x84 ; NCF_REMOVABLE | NCF_PHYSICAL
- CopyFiles = rlnet.CopyFiles
-
- [rlneta.ndi.Services]
- AddService = rlnet, 2, rlnet.Service, common.AddEventLog
-
- ;-------------------------------------------------------------------------------
- ; RadioLan RLNET service and install section
- ;
- [rlnet.reg]
- HKR, Ndi, Service, 0, "rlnet"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- ; common registry for NT and Win9x
- ;
- [rlnet.para.reg]
- HKR, NDI\params\EnableFilter, ParamDesc, 0, %EnableFilter%
- HKR, Ndi\params\EnableFilter, default, 0, "1"
- HKR, NDI\params\EnableFilter, type, 0, "enum"
- HKR, NDI\params\EnableFilter\enum, 0, 0, %Off%
- HKR, NDI\params\EnableFilter\enum, 1, 0, %On%
-
- ;-------------------------------------------------------------------------------
- ; RadioLAN Driver Installation and Service
- ;
- [rlnet.Service]
- DisplayName = %RLNET.Service.DispName%
- ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
- StartType = 3 ; %SERVICE_DEMAND_START%
- ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\rlnet5.sys
- LoadOrderGroup = NDIS
-
- [common.AddEventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [rlnet.CopyFiles]
- rlnet5.sys,,,2
-
- [DestinationDirs]
- DefaultDestDir = 12
- rlnet.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- RadioLAN = "RadioLAN"
-
- EnableFilter = "Включить фильтр"
-
- RLNET.DeviceDesc = "RadioLAN/10 плата, RadioNET-интерфейс"
- RLNETA.DeviceDesc = "RadioLAN 10BaseRadio плата"
- On = "Вкл"
- Off = "Выкл"
-
- RLNET.Service.DispName = "RadioLAN/10 плата, RadioNET-интерфейс"
-