home *** CD-ROM | disk | FTP | other *** search
- ; NETRASS.INF -- RAS Services
- ;
- ; Copyright (c) Microsoft Corporation. All rights reserved.
-
- [version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4d36e974-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- DriverVer=06/21/2006,6.0.6001.18000
-
- [ControlFlags]
- ExcludeFromSelect = MS_RasMan,MS_RasSrv,MS_Steelhead
-
- [Manufacturer]
- %Msft% = Msft, NTx86
-
- [Msft.NTx86]
- ; DisplayName Section DeviceID
- ; ----------- ------- --------
- %RasMan-DispName% = Ndi-RasMan, "MS_RasMan"
- %RasSrv-DispName% = Ndi-RasSrv, "MS_RasSrv"
- %Steelhead-DispName% = Ndi-Steelhead, "MS_Steelhead"
-
-
- [Ndi-RasMan]
- Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
- AddReg = Ndi-Reg-RasMan
-
- [Ndi-RasSrv]
- Characteristics = 0x38 ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
- AddReg = Ndi-Reg-RasSrv
-
- [Ndi-Steelhead]
- Characteristics = 0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
- AddReg = Ndi-Reg-Steelhead, Reg-Steelhead
-
-
- [Ndi-Reg-RasMan]
- HKR, Ndi, Service, 0, "RasMan"
- HKR, Ndi, CoServices, 0x00010000, "RasAcd","RasAuto"
- HKR, Ndi, ExcludeSetupStartServices, 0x00010000, "RasAcd","RasAuto"
- HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
- HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
-
- [Ndi-Reg-RasSrv]
- HKR, Ndi, ClsID, 0, "{6e65cbc1-926d-11d0-8e27-00c04fc99dcf}"
- HKR, Ndi, ComponentDll,, rascfg.dll
- HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
- HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
-
- [Ndi-Reg-Steelhead]
- HKR, Ndi, ClsID, 0, "{6e65cbc5-926d-11d0-8e27-00c04fc99dcf}"
- HKR, Ndi, ComponentDll,, rascfg.dll
- HKR, Ndi, Service, 0, "RemoteAccess"
- HKR, Ndi, CoServices, 0x00010000, "RemoteAccess"
- HKR, Ndi, ExcludeSetupStartServices, 0x00010000, "RemoteAccess"
- HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
- HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
-
- ;-------------------------------------------------------------------------
- ; [Services] sections.
- ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
- ;-------------------------------------------------------------------------
-
- [Ndi-Steelhead.Services]
- AddService = IpFilterDriver, 0x10, Svc-IpFilter
-
-
- ;-------------------------------------------------------------------------
- ; [Service Install] sections.
- ;-------------------------------------------------------------------------
-
- [Svc-IpFilter]
- DisplayName = "@%systemroot%\system32\rascfg.dll,-32013"
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\ipfltdrv.sys
- Dependencies = Tcpip
- Description = "@%systemroot%\system32\rascfg.dll,-32013"
-
-
- [Reg-Steelhead]
- HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 58bdf950-f471-11cf-aa67-00805f0c9232, 0, "ifadmin.dll"
- HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 58bdf951-f471-11cf-aa67-00805f0c9232, 0, "ipadmin.dll"
- HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls, 58bdf953-f471-11cf-aa67-00805f0c9232, 0, "ddmadmin.dll"
-
-
- [Strings]
- Msft = "Microsoft"
- RasMan-DispName = "Remote Access Connection Manager"
- RasSrv-DispName = "Dial-Up Server"
- Steelhead-DispName = "Steelhead"
-
-