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

  1. ; -- netmcnf.INF --
  2. ;
  3. ; McAfee.com Network Filter INF file
  4. ;
  5. ; Copyright (c) 2001, McAfee.com
  6. ;
  7. [Version]
  8. Signature  = "$Windows NT$"
  9. Class      = NetService
  10. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  11. Provider   = %Mcaf%
  12. DriverVer  = 08/15/2001,1.0.0.1
  13. CatalogFile = fw220sys.cat
  14.  
  15. [Manufacturer]
  16. %Mcaf% = MCAF
  17.  
  18. [ControlFlags]
  19.  
  20. [MCAF]
  21. %SFilter_Desc% = SFilter.ndi, mfw_netdrv
  22.  
  23. [SFilter.ndi]
  24. AddReg = SFilter.ndi.AddReg, SFilter.AddReg
  25. ; Note:
  26. ; 1. The NCF_* flags are defined in netcfgx.h
  27. ; 2. NCF_HAS_UI (0x80) is required only if the filter has a Notify object
  28. ;    and it supports custom property pages.
  29. Characteristics = 0x4410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
  30. CopyFiles       = SFilter.CopyFiles.Init, SFilter.CopyFiles.Sys
  31. CopyInf         = netmcnfm.inf
  32.  
  33. [SFilter.ndi.Remove]
  34. DelFiles = SFilter.Files.Init, SFilter.Files.Sys
  35.  
  36. [SFilter.Ndi.Remove.Services]
  37. DelService = McAfeePF
  38.  
  39. ; ----------------------------------------------------------------------
  40. ; File copy
  41. ;
  42. [SourceDisksNames]
  43. 1=%DiskDescription%,"",,
  44.  
  45. [SourceDisksFiles]
  46. ;sfilter.dll=1
  47. fw220.sys=1
  48. netmcnfm.inf=1
  49. mcafeepf.dll=1
  50.  
  51. [DestinationDirs]
  52. DefaultDestDir = 12
  53. SFilter.CopyFiles.Init  = 11   ; %windir%\System32
  54. SFilter.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
  55. ; SFilter.CopyFiles.Inf   = 17   ; %windir%\inf
  56.  
  57. Copying of sfilter.dll is required only if the filter has a Notify object
  58. [SFilter.CopyFiles.Init]
  59. mcafeepf.dll,,,2
  60.  
  61. [SFilter.CopyFiles.Sys]
  62. fw220.sys,,,2
  63.  
  64. [SFilter.CopyFiles.Inf]
  65. netmcnfm.inf,,,2
  66.  
  67. [InfSourcePathInfo]
  68. ; Used by the notify object to figure out where the original media is
  69. ; located (so it can use SetupCopyOEMInf to install Net INF located
  70. ; there).
  71.  
  72. OriginalInfSourcePath = %1%
  73.  
  74. ; ----------------------------------------------------------------------
  75. ; Filter Install
  76. ;
  77.  
  78. [SFilter.ndi.AddReg]
  79. HKR, Ndi, HelpText, , %SFilter_HELP%
  80.  
  81. ; ----------------------------------------------------------------------
  82. ; Keys required if a Notify object is present
  83. ; These keys should be omitted if the Filter does not have any Notify object
  84. ;
  85. ; Note:
  86. ; 1. Only include the following lines if your filter has configuration UI
  87. ;    that needs to be displayed.  Otherwise, you should not need a notify
  88. ;    object.
  89. ; 2. If you write your own notifyobject, use a different GUID for ClsID!!
  90. ;    (Generate this with uuidgen.exe)
  91. ;
  92. HKR, Ndi, ClsID,        , {c0adf340-93ca-11d5-8a37-00b0d0c6b814}
  93. HKR, Ndi, ComponentDll, , mcafeepf.dll
  94.  
  95. ; ----------------------------------------------------------------------
  96. ; !!--Filter Specific--!!
  97. ;
  98. ; Note:
  99. ; 1. Other components may also have UpperRange/LowerRange but for filters
  100. ;    the value of both of them must be noupper/nolower
  101. ; 2. The value FilterClass is required.
  102. ; 3. The value Service is required
  103. ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
  104. ;    be installed for each filtered adapter.
  105. ;    In this case this is mfw_netdrvmp (refer to netsf_m.inf)
  106. ;
  107. HKR, Ndi,            FilterClass,         , failover
  108. ;HKR, Ndi,            FilterDeviceInfFile, , netmcnfm.inf
  109. HKR, Ndi,            FilterDeviceInfId,   , mfw_netdrvmp
  110. HKR, Ndi,            Service,             , McAfeePF
  111. HKR, Ndi\Interfaces, UpperRange,          , noupper
  112. HKR, Ndi\Interfaces, LowerRange,          , nolower
  113. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  114.  
  115. [SFilter.AddReg]
  116. ; The following key is Required
  117. ; The following key is SFilter specific
  118. HKR, Parameters, Param1, 0, 4
  119.  
  120. ; ----------------------------------------------------------------------
  121. [Strings]
  122. Mcaf = "Network Associates, Inc."
  123. DiskDescription = "McAfee Firewall Network Filter Install Disk"
  124. SFilter_Desc = "McAfee Firewall Network Filter"
  125. SFilter_HELP = "McAfee Firewall Network Filter"
  126.