home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 March / com_0304_1.iso / vollversionen / mcafee / MFW.MSI / Data.Cab / F4632_netmcnfm.inf < prev    next >
Encoding:
INI File  |  2002-08-05  |  1.5 KB  |  64 lines

  1. ; -- netmcnfm.inf--
  2. ;
  3. ; McAfee Firewall Network Filter Miniport INF file
  4. ;
  5. ; Copyright (c) 2001, McAfee.com
  6. ; Copyright (c) 2001, Network Associates, Inc.
  7.  
  8. [Version]
  9. signature  = "$Windows NT$"
  10. Class      = Net
  11. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider   = %Mcaf%
  13. DriverVer  = 08/15/2001,1.0.0.1
  14. CatalogFile = fw220sys.cat
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = mfw_netdrvmp
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir=12
  21. ; No files to copy 
  22.  
  23. [Manufacturer]
  24. %Mcaf% = MCAF
  25.  
  26. [MCAF]
  27. %SFilterMP_Desc% = SFilterMP.ndi, mfw_netdrvmp
  28.  
  29. [SFilterMP.ndi]
  30. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  31. ;CopyFiles =
  32.  
  33. [SFilterMP.ndi.Services]
  34. AddService = McAfeePF, 0x2, SFilterMP.AddService
  35.  
  36.  
  37. [SFilterMP.AddService]
  38. DisplayName    = %SFilterMP_Desc%
  39. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  40. StartType      = 3 ;SERVICE_DEMAND_START
  41. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  42. ServiceBinary  = %12%\fw220.sys
  43. LoadOrderGroup = PNP_TDI
  44. AddReg         = SFilterMP.AddService.AddReg
  45.  
  46.  
  47. [SFilterMP.AddService.AddReg]
  48. ; ----------------------------------------------------------------------
  49. ; Add any miniport-specific parameters here.  These are params that your
  50. ; filter device is going to use.
  51. ;
  52. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  53. ;HKR, Parameters, ParameterName2, 0x10001, 4
  54.  
  55. [Strings]
  56. Mcaf = "Network Associates, Inc."
  57. SFilterMP_Desc = "McAfee Firewall Network Filter Miniport"
  58.  
  59. [SourceDisksNames]
  60. ;None 
  61.  
  62. [SourceDisksFiles]
  63. ;None
  64.