home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-08-05 | 3.8 KB | 126 lines |
- ; -- netmcnf.INF --
- ;
- ; McAfee.com Network Filter INF file
- ;
- ; Copyright (c) 2001, McAfee.com
- ;
- [Version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
- Provider = %Mcaf%
- DriverVer = 08/15/2001,1.0.0.1
- CatalogFile = fw220sys.cat
-
- [Manufacturer]
- %Mcaf% = MCAF
-
- [ControlFlags]
-
- [MCAF]
- %SFilter_Desc% = SFilter.ndi, mfw_netdrv
-
- [SFilter.ndi]
- AddReg = SFilter.ndi.AddReg, SFilter.AddReg
- ; Note:
- ; 1. The NCF_* flags are defined in netcfgx.h
- ; 2. NCF_HAS_UI (0x80) is required only if the filter has a Notify object
- ; and it supports custom property pages.
- Characteristics = 0x4410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
- CopyFiles = SFilter.CopyFiles.Init, SFilter.CopyFiles.Sys
- CopyInf = netmcnfm.inf
-
- [SFilter.ndi.Remove]
- DelFiles = SFilter.Files.Init, SFilter.Files.Sys
-
- [SFilter.Ndi.Remove.Services]
- DelService = McAfeePF
-
- ; ----------------------------------------------------------------------
- ; File copy
- ;
- [SourceDisksNames]
- 1=%DiskDescription%,"",,
-
- [SourceDisksFiles]
- ;sfilter.dll=1
- fw220.sys=1
- netmcnfm.inf=1
- mcafeepf.dll=1
-
- [DestinationDirs]
- DefaultDestDir = 12
- SFilter.CopyFiles.Init = 11 ; %windir%\System32
- SFilter.CopyFiles.Sys = 12 ; %windir%\System32\drivers
- ; SFilter.CopyFiles.Inf = 17 ; %windir%\inf
-
- Copying of sfilter.dll is required only if the filter has a Notify object
- [SFilter.CopyFiles.Init]
- mcafeepf.dll,,,2
-
- [SFilter.CopyFiles.Sys]
- fw220.sys,,,2
-
- [SFilter.CopyFiles.Inf]
- netmcnfm.inf,,,2
-
- [InfSourcePathInfo]
- ; Used by the notify object to figure out where the original media is
- ; located (so it can use SetupCopyOEMInf to install Net INF located
- ; there).
-
- OriginalInfSourcePath = %1%
-
- ; ----------------------------------------------------------------------
- ; Filter Install
- ;
-
- [SFilter.ndi.AddReg]
- HKR, Ndi, HelpText, , %SFilter_HELP%
-
- ; ----------------------------------------------------------------------
- ; Keys required if a Notify object is present
- ; These keys should be omitted if the Filter does not have any Notify object
- ;
- ; Note:
- ; 1. Only include the following lines if your filter has configuration UI
- ; that needs to be displayed. Otherwise, you should not need a notify
- ; object.
- ; 2. If you write your own notifyobject, use a different GUID for ClsID!!
- ; (Generate this with uuidgen.exe)
- ;
- HKR, Ndi, ClsID, , {c0adf340-93ca-11d5-8a37-00b0d0c6b814}
- HKR, Ndi, ComponentDll, , mcafeepf.dll
-
- ; ----------------------------------------------------------------------
- ; !!--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 mfw_netdrvmp (refer to netsf_m.inf)
- ;
- HKR, Ndi, FilterClass, , failover
- ;HKR, Ndi, FilterDeviceInfFile, , netmcnfm.inf
- HKR, Ndi, FilterDeviceInfId, , mfw_netdrvmp
- HKR, Ndi, Service, , McAfeePF
- HKR, Ndi\Interfaces, UpperRange, , noupper
- HKR, Ndi\Interfaces, LowerRange, , nolower
- HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan"
-
- [SFilter.AddReg]
- ; The following key is Required
- ; The following key is SFilter specific
- HKR, Parameters, Param1, 0, 4
-
- ; ----------------------------------------------------------------------
- [Strings]
- Mcaf = "Network Associates, Inc."
- DiskDescription = "McAfee Firewall Network Filter Install Disk"
- SFilter_Desc = "McAfee Firewall Network Filter"
- SFilter_HELP = "McAfee Firewall Network Filter"
-