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

  1. ; -- NET_M32.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.ntx86   = netimflt.cat
  15.  
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = netimfltmp
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir          =12
  22. Inf.files               =17     ; %windir%\inf      (replace if exist)
  23. CopyAlways.Inf.files    =17     ; %windir%\inf      (copy even if don't exist)
  24.  
  25. [Manufacturer]
  26. %PaNda% = PANDA,NTx86,NTia64,NTamd64
  27.  
  28. [PANDA]
  29. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  30.  
  31. [PANDA.NTx86]
  32. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  33.  
  34. [PANDA.NTia64]
  35. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  36.  
  37. [PANDA.NTamd64]
  38. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp
  39.  
  40.  
  41.  
  42. [PANDAIMCLMP.ndi]
  43. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  44. CopyFiles = 
  45.  
  46. [PANDAIMCLMP.ndi.Services]
  47. AddService = NETIMFLT,0x2, PANDAIMCLMP.AddService
  48.  
  49.  
  50. [PANDAIMCLMP.AddService]
  51. DisplayName    = %PANDAIMCLMP_Desc%
  52. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  53. StartType      = 3 ;SERVICE_DEMAND_START
  54. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  55. ServiceBinary  = %12%\netimflt.sys
  56. LoadOrderGroup = PNP_TDI
  57. AddReg         = PANDAIMCLMP.AddService.AddReg
  58.  
  59.  
  60. [PANDAIMCLMP.AddService.AddReg]
  61. ; ----------------------------------------------------------------------
  62. ; Add any miniport-specific parameters here.  These are params that your
  63. ; filter device is going to use.
  64. ;
  65. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  66. ;HKR, Parameters, ParameterName2, 0x10001, 4
  67.  
  68. [SourceDisksNames]
  69. ;None 
  70.  
  71. [SourceDisksFiles]
  72. ;None
  73.  
  74. [Strings]
  75. PaNda = "PandaSoftware"
  76. PANDAIMCLMP_Desc = "PANDA NDIS IM Filter Miniport"
  77.  
  78.