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

  1.  ■; tdiBth.inf -- RFCOMM transport
  2. ;
  3. ; Copyright 2002, Microsoft Corporation
  4. [version]
  5. ;-----------------------------------------------------
  6. Signature   = "$Windows NT$"
  7. Class       = Net
  8. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider    = %MfgName%
  10. DriverVer=06/21/2006,6.0.6001.18000
  11. [Manufacturer]
  12. ;-----------------------------------------------------
  13. %MfgName% = Msft,NTx86...1
  14. [Msft.NTx86...1]
  15. ;-----------------------------------------------------
  16. %RFCOMM.DisplayName% = RFCOMM.Install, BTH\MS_RFCOMM
  17. [DestinationDirs]
  18. ;-----------------------------------------------------
  19. DefaultDestDir   = 10  ; %windir%
  20. RFCOMM.Files     = 12  ; %windir%\system32\drivers
  21. ;*****************************************************
  22. ;=====================================================
  23. ;=====================================================
  24. [RFCOMM.Install]
  25. ;-----------------------------------------------------
  26. Characteristics = 0x0009 ; NCF_VIRTUAL | NCF_HIDDEN
  27. Include=netirda.inf,bth.inf
  28. CopyFiles       = RFCOMM.Files, RFCOMM.WSH.Files, Irda.CopyFiles.Apps, BthEnum.NT.Copy
  29. AddReg          = RFCOMM.Reg
  30. [RFCOMM.Install.HW]
  31. AddReg=BthEnum.Reg
  32. [RFCOMM.Files]
  33. ;-----------------------------------------------------
  34. rfcomm.sys,,,0x100
  35. [RFCOMM.Reg]
  36. ;-----------------------------------------------------
  37. HKR, Ndi,            HelpText,   0, %RFCOMM.HelpText%
  38. HKR, Ndi,            Service,    0, "RFCOMM"
  39. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  40. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  41. [BthEnum.Reg]
  42. HKR,,"UpperFilters",0x00010000,"BthEnum"
  43. ;=====================================================
  44. [SourceDisksNames]
  45. 3426=windows cd
  46. [SourceDisksFiles]
  47. rfcomm.sys = 3426
  48. ;=====================================================
  49. [RFCOMM.Install.Services]
  50. ;-----------------------------------------------------
  51. AddService = RFCOMM, 0x00000002, RFCOMM.AddService
  52. AddService = BthEnum,,BthEnum.AddService
  53. [RFCOMM.AddService]
  54. ;-----------------------------------------------------
  55. DisplayName     = %RFCOMM.DisplayName%
  56. ServiceType     = %SERVICE_KERNEL_DRIVER%
  57. StartType       = %SERVICE_DEMAND_START%
  58. ErrorControl    = %SERVICE_ERROR_NORMAL%
  59. ServiceBinary   = %12%\rfcomm.sys
  60. LoadOrderGroup  = "PNP_TDI"
  61. Description     = %RFCOMM.DisplayName%
  62. [BthEnum.AddService]
  63. ;-----------------------------------------------------
  64. DisplayName     = %BthEnum.DisplayName%
  65. ServiceType     = %SERVICE_KERNEL_DRIVER%
  66. StartType       = %SERVICE_DEMAND_START%
  67. ErrorControl    = %SERVICE_ERROR_NORMAL%
  68. ServiceBinary   = %12%\BthEnum.sys
  69. ;=====================================================
  70. [RFCOMM.Install.Winsock]
  71. ;-----------------------------------------------------
  72. AddSock = RFCOMM.AddWinsockHelper
  73. [RFCOMM.AddWinsockHelper]
  74. ;-----------------------------------------------------
  75. TransportService  = RFCOMM
  76. HelperDllName     = "%SystemRoot%\System32\wshBth.dll"
  77. MaxSockAddrLength = 0x32
  78. MinSockAddrLength = 0x1C
  79. LibraryPath       = "%SystemRoot%\system32\wshbth.dll"
  80. DisplayString     = "%MS_BTNSP.ProviderDesc%
  81. SupportedNameSpace= 16
  82. Version           = 0
  83. ProviderId        = "{06AA63E0-7D60-41ff-AFB2-3EE6D2D9392D}"
  84. [RFCOMM.Install.Remove.Winsock]
  85. ;-----------------------------------------------------
  86. DelSock = RFCOMM.DelWinsockHelper
  87. [RFCOMM.DelWinsockHelper]
  88. ;-----------------------------------------------------
  89. TransportService = RFCOMM
  90. ;=====================================================
  91. ;*****************************************************
  92. ;=====================================================
  93. [Strings]
  94. ;
  95. ; Non-Localizable
  96. ;
  97. SERVICE_AUTO_START      = 2
  98. SERVICE_DEMAND_START    = 3
  99. SERVICE_KERNEL_DRIVER   = 1
  100. SERVICE_ERROR_NORMAL    = 1
  101. ;=====================================================
  102. ;
  103. ; Localizable
  104. ;
  105. ;-----------------------------------------------------
  106. MfgName                 = "Microsoft"
  107. BTH.DiskName        = "Bluetooth"
  108. BTH.DisplayName         = "Bluetooth"
  109. RFCOMM.DisplayName      = "Bluetooth Device (RFCOMM Protocol TDI)"
  110. RFCOMM.HelpText         = "Bluetooth RFCOMM HelpText"
  111. MS_BTNSP.ProviderDesc   = "Bluetooth Namespace"
  112. BthEnum.DisplayName     = "Bluetooth Enumerator Service"
  113. ;=====================================================