home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / akce / Panda / IS2007.exe / Files / RFirewall / NETFLT_M.INF < prev    next >
Windows Setup INFormation  |  2007-04-24  |  2KB  |  80 lines

  1. ; -- NETFLT_M.INF --
  2. ;
  3. ; NDIS Filter Miniport INF file
  4. ;
  5. ; Copyright (c) Panda Software 2007
  6. ; ----------------------------------------------------------------------
  7.  
  8. [Version]
  9. signature              = "$Windows NT$"
  10. Class                  = Net
  11. ClassGUID              = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider               = %PaNda%
  13. DriverVer           = 04/24/2007,1.5.0.89
  14. CatalogFile.ntamd64    = netim64.cat
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = netimfltmp
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir            =12
  21. Inf.files                =17        ; %windir%\inf      (replace if exist)
  22. CopyAlways.Inf.files    =17        ; %windir%\inf      (copy even if don't exist)
  23.  
  24. [Manufacturer]
  25. %PaNda% = PANDA,NTx86,NTia64,NTamd64
  26.  
  27. [PANDA]
  28. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  29.  
  30. [PANDA.NTx86]
  31. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  32.  
  33. [PANDA.NTia64]
  34. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  35.  
  36. [PANDA.NTamd64]
  37. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  38.  
  39.  
  40.  
  41. [PANDAIMCLMP.ndi]
  42. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  43. CopyFiles = 
  44.  
  45. [PANDAIMCLMP.ndi.Services]
  46. AddService = NETIMFLT,0x2, PANDAIMCLMP.AddService
  47.  
  48.  
  49. [PANDAIMCLMP.AddService]
  50. DisplayName    = %PANDAIMCLMP_Desc%
  51. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  52. StartType      = 3 ;SERVICE_DEMAND_START
  53. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  54. ServiceBinary  = %12%\netim64.sys
  55. LoadOrderGroup = PNP_TDI
  56. AddReg         = PANDAIMCLMP.AddService.AddReg
  57.  
  58.  
  59. [PANDAIMCLMP.AddService.AddReg]
  60. ; ----------------------------------------------------------------------
  61. ; Add any miniport-specific parameters here.  
  62. ;
  63. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  64. ;HKR, Parameters, ParameterName2, 0x10001, 4
  65.  
  66.  
  67. [SourceDisksNames]
  68. ;None 
  69.  
  70. [SourceDisksFiles]
  71. ;None
  72.  
  73. [Strings]
  74. PaNda = "Panda Software"
  75. PANDAIMCLMP_Desc = "PANDA NDIS IM Filter Miniport"
  76.  
  77.  
  78.  
  79.  
  80.