home *** CD-ROM | disk | FTP | other *** search
INI File | 2007-04-24 | 3.0 KB | 110 lines |
- ; -- NETFLT.INF --
- ;
- ; NDIS Intermediate Filter INF file
- ;
- ; Copyright (c) Panda Software 2007
- ; ----------------------------------------------------------------------
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
- Provider = %PaNda%
- DriverVer = 04/24/2007,1.5.0.89
- CatalogFile.ntamd64 = netim64.cat
-
-
- [Manufacturer]
- %PaNda% = PANDA,NTx86,NTia64,NTamd64
-
- [ControlFlags]
-
- [PANDA]
- %PANDAIMCL_Desc% = PANDAIMCL.ndi, netimflt
-
- [PANDA.NTx86]
- %PANDAIMCL_Desc% = PANDAIMCL.ndi, netimflt
-
- [PANDA.NTia64]
- %PANDAIMCL_Desc% = PANDAIMCL.ndi, netimflt
-
- [PANDA.NTamd64]
- %PANDAIMCL_Desc% = PANDAIMCL.ndi, netimflt
-
- [PANDAIMCL.ndi]
- AddReg = PANDAIMCL.ndi.AddReg, PANDAIMCL.AddReg
-
-
- Characteristics = 0x410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
- CopyFiles = PANDAIMCL.CopyFiles.Sys, PANDAIMCL.CopyFiles.Inf
-
- ; ----------------------------------------------------------------------
- ; File copy
- ;
- [SourceDisksNames]
- 1=%DiskDescription%,"",,
-
- [SourceDisksFiles]
- netim64.sys=1
- netflt_m.inf=1
-
- [DestinationDirs]
- DefaultDestDir = 12
- PANDAIMCL.CopyFiles.Sys = 12 ; %windir%\System32\drivers
- Inf.files =17 ; %windir%\inf (replace if exist)
- CopyAlways.Inf.files =17 ; %windir%\inf (copy even if don't exist)
-
- [PANDAIMCL.CopyFiles.Sys]
- netim64.sys,,,2
-
- [PANDAIMCL.CopyFiles.Inf]
- netflt_m.inf,,,2
-
- ; ----------------------------------------------------------------------
- ; Filter Install
- ;
-
- [PANDAIMCL.ndi.AddReg]
- HKR, Ndi, HelpText, , %PANDAIMCL_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 netimfltmp (refer to netflt_m.inf)
- ;
- HKR, Ndi, FilterClass, , failover
- HKR, Ndi, FilterDeviceInfFile, , netflt_m.inf
- HKR, Ndi, FilterDeviceInfId, , netimfltmp
- HKR, Ndi, Service, , NETIMFLT
- HKR, Ndi\Interfaces, UpperRange, , noupper
- HKR, Ndi\Interfaces, LowerRange, , nolower
- HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan"
-
- [PANDAIMCL.AddReg]
- ; The following key is Required
- ; The following key is PANDAIMCL specific
- HKR, Parameters, Param1, 0, 4
-
- [PANDAIMCL.Ndi.Remove.Services]
- DelService = NETIMFLT
-
- ; ----------------------------------------------------------------------
- [Strings]
- PaNda = "Panda Software"
- DiskDescription = "PANDA NDIS Intermediate (IM) Driver Disk"
-
- PANDAIMCL_Desc = "PANDA NDIS IM Filter"
- PANDAIMCL_HELP = "PANDA NDIS IM Filter"
-
-
-
-