home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / slunec / app / 4844_6684.exe / BINARY / 198 < prev    next >
Windows Setup INFormation  |  2003-09-19  |  2KB  |  81 lines

  1. ;----------------------------------------------------------------------
  2. ;----------------------------------------------------------------------
  3. ;
  4. ; Filename: netsf.inf
  5. ;
  6. ; Date created: 26 Feb 2003
  7. ;
  8. ; Version: 1.01
  9. ;
  10. ; URL: http://bandwidthcontroller.com
  11. ;
  12. ; Description: INF file for Bandwidth Controller NDIS protocol component.
  13.  
  14. ; Copyright: Matt Johns (support@bandwidthcontroller.com)
  15. ;
  16. ;----------------------------------------------------------------------
  17.  
  18. [Version]
  19. Signature = "$Windows NT$"
  20. Class = NetService
  21. ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
  22. Provider = %Company%
  23. DriverVer = 07/02/2001,5.00.2071.1
  24.  
  25. [Manufacturer]
  26. %Company% = COMPANY
  27.  
  28. [COMPANY]
  29. %Bcim_Desc% = Bcim.ndi, bcim
  30.  
  31. [Bcim.ndi]
  32. AddReg = Bcim.ndi.AddReg, Bcim.AddReg
  33. Characteristics = 0x4410
  34. CopyFiles = Bcim.Files.Sys
  35.  
  36. [Bcim.ndi.Remove]
  37. DelFiles = Bcim.Files.Sys
  38.  
  39. ; File copy
  40. [SourceDisksNames]
  41. 1 = %DiskDescription%,"",,
  42.  
  43. [SourceDisksFiles]
  44. bcim.sys = 1
  45. netsf_m.inf = 1
  46.  
  47. [DestinationDirs]
  48. DefaultDestDir = 12
  49. Bcim.Files.Sys = 12   ; %windir%\System32\drivers
  50.  
  51. [Bcim.Files.Sys]
  52. bcim.sys,,,2
  53.  
  54. [InfSourcePathInfo]
  55. OriginalInfSourcePath = %1%
  56.  
  57. ; Filter Install
  58.  
  59. [Bcim.ndi.AddReg]
  60. HKR, Ndi, HelpText, , %Bcim_HELP%
  61. HKR, Ndi, FilterClass, , failover
  62. HKR, Ndi, FilterDeviceInfId, , bcimmp
  63. HKR, Ndi, Service, , Bcim
  64. HKR, Ndi\Interfaces, UpperRange, , noupper
  65. HKR, Ndi\Interfaces, LowerRange, , nolower
  66. HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet"
  67. ;HKR, Ndi\Interfaces, LowerExclude, , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf"
  68.  
  69. [Bcim.AddReg]
  70. HKR, Parameters, Param1, 0, 4
  71.  
  72. [Strings]
  73. Company = "Bandwidth Controller"
  74. DiskDescription = "Bandwidth Controller Installation Disk"
  75.  
  76. Bcim_Desc = "Bandwidth Controller kernel component"
  77. Bcim_HELP = "Bandwidth Controller kernel component"
  78.  
  79. ;----------------------------------------------------------------------
  80. ;----------------------------------------------------------------------
  81.