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 >
Encoding:
Text (UTF-16)  |  2008-01-19  |  3.9 KB  |  80 lines

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