home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / sbp2.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  3KB  |  73 lines

  1.  ■; sbp2.INF  -- This file contains the entry to load the sbp2port driver for all the 1394
  2. ;                 sbp2 devices
  3. ;
  4. ;;++ Added by AddSDisk.cmd
  5. [SourceDisksNames]
  6. 3426=windows cd
  7. [SourceDisksFiles]
  8. sbp2port.sys         = 3426
  9. ;;--
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=SBP2
  13. ClassGuid={d48179be-ec20-11d1-b6b8-00c04fa372a7}
  14. Provider=%MSFT%
  15. DriverVer=06/21/2006,6.0.6001.18000
  16. ;; Commented by AddSDisk.cmd
  17. ;; LayoutFile=layout.inf
  18. [ControlFlags]
  19. ; All PnP devices should be excluded from manual AddDevice Applet list
  20. ExcludeFromSelect=*
  21. ; =================== Table of content =========================
  22. [DestinationDirs]
  23. SBP2_CopyFiles=12
  24. [Manufacturer]
  25. %GenManufacturer%=sbp2_device,NTx86
  26. [sbp2_copyfiles]
  27. sbp2port.sys
  28. [sbp2_device.NTx86]
  29. %1394\609E&10483.DeviceDesc%=sbp2_install, 1394\609E&10483
  30. [sbp2_install]
  31. CopyFiles=sbp2_copyfiles
  32. [sbp2_install.Services]
  33. AddService = sbp2port,2,sbp2_ServiceInstallSection,sbp2_InstallEventLogSection
  34. [sbp2_ServiceInstallSection]
  35. DisplayName=%sbp2_ServiceDesc%
  36. ServiceType    = 1
  37. StartType      = 0
  38. ErrorControl   = 1
  39. ServiceBinary  = %12%\sbp2port.sys
  40. [ControlFlags]
  41. [sbp2_InstallEventLogSection]
  42. AddReg = sbp2_EventLog_addreg
  43. [sbp2_EventLog_addreg]
  44. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\sbp2port.sys"
  45. HKR,,TypesSupported,0x00010001,7
  46. [Strings]
  47. MSFT="Microsoft"
  48. sbp2_ServiceDesc="SBP-2 Transport/Protocol Bus Driver"
  49. GenManufacturer="IEEE 1394 SBP-2 Device Vendor"
  50. 1394\609E&10483.DeviceDesc="SBP2 Compliant IEEE 1394 device"
  51.