home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / slunec / app / 4844_6684.exe / BINARY / 199 < prev    next >
Windows Setup INFormation  |  2003-09-19  |  2KB  |  72 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 = Net
  21. ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  22. Provider = %Company%
  23. DriverVer = 07/02/2001,5.00.2071.2
  24.  
  25. [ControlFlags]
  26. ExcludeFromSelect = bcimmp
  27.  
  28. [DestinationDirs]
  29. DefaultDestDir=12
  30.  
  31. [Manufacturer]
  32. %Company% = COMPANY
  33.  
  34. [COMPANY]
  35. %BcimMP_Desc% = BcimMP.ndi, bcimmp
  36.  
  37. [BcimMP.ndi]
  38. Characteristics = 0x29
  39. CopyFiles = 
  40.  
  41. [BcimMP.ndi.Services]
  42. AddService = Bcim, 2, BcimMP.AddService, BcimMP.AddEventLog
  43.  
  44. [BcimMP.AddEventLog]
  45. AddReg = BcimMP.AddEventLog.AddReg
  46.  
  47. [BcimMP.AddEventLog.AddReg]
  48. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\bcim.sys"
  49. HKR, , TypesSupported,   0x00010001, 7
  50.  
  51. [BcimMP.AddService]
  52. DisplayName    = %BcimMP_Desc%
  53. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  54. StartType      = 3 ;SERVICE_DEMAND_START
  55. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  56. ServiceBinary  = %12%\bcim.sys
  57. LoadOrderGroup = PNP_TDI
  58. AddReg         = BcimMP.AddService.AddReg
  59.  
  60. [BcimMP.AddService.AddReg]
  61.  
  62. [Strings]
  63. Company = "Bandwidth Controller"
  64. BcimMP_Desc = "Bandwidth Controller kernel component"
  65.  
  66. [SourceDisksNames]
  67.  
  68. [SourceDisksFiles]
  69.  
  70. ;----------------------------------------------------------------------
  71. ;----------------------------------------------------------------------
  72.