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

  1.  ■; Microsoft Windows Bluetooth HCRP (Print) Driver Inf
  2. ; Copyright (c) 2002 Microsoft Corporation
  3. [Version]
  4. Signature="$WINDOWS NT$"
  5. Class=Bluetooth
  6. CLASSGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974}
  7. Provider=%MSFT%
  8. DriverVer=06/21/2006,6.0.6001.18000
  9. [ControlFlags]
  10. ExcludeFromSelect = *
  11. [DestinationDirs]
  12. DefaultDestDir = 12
  13. [Manufacturer]
  14. %MSFT%=Microsoft,NTx86...1
  15. [Microsoft.NTx86...1]
  16. %BTHPRINT.DeviceDesc% = BTHPRINT_Inst,BTHENUM\{00001126-0000-1000-8000-00805f9b34fb}
  17. ;=====================================================================
  18. [BTHPRINT_Inst.NT]
  19. ; remove copyfiles.dll for now Copyfiles = BTHPRINT_Inst.CopyFiles.NT, BTHPRINT_Inst.CopyFilesDLL.NT
  20. Copyfiles = BTHPRINT_Inst.CopyFiles.NT, BTHPRINT_Inst.CopyFilesDLL.NT
  21. [BTHPRINT_Inst.NT.HW]
  22. AddReg=BTHPRINT.NT.HW.AddReg
  23. [BTHPRINT_Inst.CopyFiles.NT]
  24. BTHPRINT.SYS,,,0x100
  25. [BTHPRINT_INST.CopyFilesDLL.NT]
  26. [BTHPRINT_Inst.NT.Services]
  27. AddService = BTHprint,0x00000002,BTHPRINT_Service_Inst
  28. ;=====================================================================
  29. [BTHPRINT.NT.HW.AddReg]
  30. HKR,,"PortDesc",0x00010000,%BTHPRINT.PortDesc%
  31. [BTHPRINT_Service_Inst]
  32. DisplayName    = %BTHPRINT.SvcDesc%
  33. ServiceType    = 1 ;KERNEL_DRIVER
  34. StartType      = 3 ;DEMAND START
  35. ErrorControl   = 1 ;RROR_NORMAL
  36. ServiceBinary  = %12%\bthprint.sys
  37. LoadOrderGroup = extended base
  38. ;SPSVCINST_TAGTOFRONT  = 0x00000001
  39. ;SPSVCINST_ASSOCSERVICE= 0x00000002
  40. ;SERVICE_KERNEL_DRIVER = 1
  41. ;SERVICE_BOOT_START    = 0
  42. ;SERVICE_SYSTEM_START  = 1
  43. ;SERVICE_AUTO_START    = 2
  44. ;SERVICE_DEMAND_START  = 3
  45. ;SERVICE_ERROR_NORMAL  = 1
  46. ;SERVICE_ERROR_IGNORE  = 0
  47. [SourceDisksNames]
  48. 3426=windows cd
  49. [SourceDisksFiles]
  50. bthprint.sys=3426
  51. [strings]
  52. BTH.DiskName          = "Bluetooth"
  53. MSFT                  = "Microsoft"
  54. BTHPRINT.DeviceDesc   = "Bluetooth Printing Support"
  55. BTHPRINT.SvcDesc      = "Microsoft Bluetooth Printer Class"
  56. BTHPRINT.PortDesc     = "Virtual printer port for Bluetooth"