home *** CD-ROM | disk | FTP | other *** search
- ; -- connctfy.INF --
- ;
- ; This file is based on Passthru driver INF file - this is the INF for the
- ; service (protocol) part
- ;
- ; Copyright (c) 2000-2009, NT Kernel Resources
- ;
- ; ----------------------------------------------------------------------
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
- Provider = %Ntkr%
- DriverVer = 08/27/2009,3.00.7.1
- CatalogFile = connctfy.cat
-
-
- [Manufacturer]
- %Ntkr% = NTKR,NTx86,NTia64,NTamd64
-
- [ControlFlags]
-
- ;=========================================================================
- ;
- ;=========================================================================
- ;For Win2K
-
- [NTKR]
- %connctfy_Desc% = connctfy.ndi, nt_connctfy
-
- ;For WinXP and later
-
- [NTKR.NTx86]
- %connctfy_Desc% = connctfy.ndi, nt_connctfy
-
- [NTKR.NTia64]
- %connctfy_Desc% = connctfy.ndi, nt_connctfy
-
- [NTKR.NTamd64]
- %connctfy_Desc% = connctfy.ndi, nt_connctfy
-
-
- [connctfy.ndi]
- AddReg = connctfy.ndi.AddReg, connctfy.AddReg
- Characteristics = 0x4410 ; NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!
- CopyFiles = connctfy.Files.Sys
- CopyInf = connctfy_m.inf
-
- [connctfy.ndi.Remove]
- DelFiles = connctfy.Files.Sys
-
- [connctfy.ndi.Services]
- AddService = connctfy,, connctfy.AddService
-
- [connctfy.AddService]
- DisplayName = %connctfyService_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\connctfy.sys
- AddReg = connctfy.AddService.AddReg
-
-
- [connctfy.AddService.AddReg]
- ; ----------------------------------------------------------------------
- ; Add any miniport-specific parameters here. These are params that your
- ; filter device is going to use.
- ;
- ;HKR, Parameters, ParameterName, 0x10000, "MultiSz", "Parameter", "Value"
- ;HKR, Parameters, ParameterName2, 0x10001, 4
-
-
- ; ----------------------------------------------------------------------
- ; File copy
- ;
- [SourceDisksNames]
- 1=%DiskDescription%,"",,
-
- [SourceDisksFiles]
- connctfy.sys=1
-
- [DestinationDirs]
- DefaultDestDir = 12
- connctfy.Files.Sys = 12 ; %windir%\System32\drivers
-
- [connctfy.Files.Sys]
- connctfy.sys,,,2
-
- ; ----------------------------------------------------------------------
- ; Filter Install
- ;
-
- [connctfy.ndi.AddReg]
- HKR, Ndi, HelpText, , %connctfy_HELP%
-
- ; ----------------------------------------------------------------------
- ; !!--Filter Specific--!!
- ;
- ; Note:
- ; 1. Other components may also have UpperRange/LowerRange but for filters
- ; the value of both of them must be noupper/nolower
- ; 2. The value FilterClass is required.
- ; 3. The value Service is required
- ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
- ; be installed for each filtered adapter.
- ; In this case this is nt_connctfymp (refer to connctfy_m.inf)
- ;
- HKR, Ndi, FilterClass, , failover
- HKR, Ndi, FilterDeviceInfId, , nt_connctfymp
- HKR, Ndi, Service, , connctfy
- HKR, Ndi\Interfaces, UpperRange, , noupper
- HKR, Ndi\Interfaces, LowerRange, , nolower
- HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, wan"
-
- [connctfy.AddReg]
- ; The following key is Required
- ; The following key is connctfy specific
- HKR, Parameters, Param1, 0, 4
-
- ; ----------------------------------------------------------------------
- [Strings]
- Ntkr = "Connectify"
- DiskDescription = "Connectify Driver Disk"
-
- connctfy_Desc = "Connectify Driver"
- connctfy_HELP = "Connectify Driver"
- connctfyService_Desc = "Connectify Service"
-
-
-