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

  1.  ■; HidDigi.INF
  2. ; Copyright (c) 2000,2002 Microsoft Corporation
  3. [version]
  4. signature="$WINDOWS NT$"
  5. Class=HIDClass
  6. ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
  7. Provider=%Ntrig%
  8. DriverVer=06/21/2006,6.0.6001.18000
  9. [ControlFlags]
  10. ExcludeFromSelect=*
  11. [DestinationDirs]
  12. DefaultDestDir              =11     ;LDID_SYS
  13. ntrigdigiInst.NT.Copy        =12     ;LDID_DRIVERS
  14. [SourceDisksNames]
  15. 3426=windows cd
  16.  
  17. [SourceDisksFiles]
  18. ntrigdigi.sys                 = 3426
  19. ; Drivers
  20. ;----------------------------------------------------------
  21. [Manufacturer]
  22. %Ntrig%=Ntrig
  23. [Ntrig]
  24. %ACPI\NTR0001.DeviceDesc%   =ntrigdigiInst,ACPI\NTR0001
  25. [ntrigdigiInst]
  26. CopyFiles                   =ntrigdigiInst.NT.Copy
  27. [ntrigdigiInst.NT.Copy]
  28. ntrigdigi.sys
  29. [ntrigdigiInst.HW]
  30. AddReg                      =SerialInst.NT.HW.AddReg
  31. [ntrigdigiInst.Services]
  32. AddService                  =ntrigdigi,0x00000002,ntrigdigiServiceInst,NtrigEventLogInst
  33. AddService                  =Serial,,SerialServiceInst, SerialEventLogInst
  34. [NtrigEventLogInst]
  35. AddReg                      =NtrigEventLogAddReg
  36. [NtrigEventLogAddReg]
  37. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\ntrigdigi.sys"
  38. HKR,,TypesSupported,0x00010001,7
  39. ; -------------- Ntrig Pen Driver install section
  40. [ntrigdigiServiceInst]
  41. DisplayName    = %ntrigdigi.SVCDESC%
  42. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  43. StartType      = 3               ;
  44. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  45. ServiceBinary  = %12%\ntrigdigi.sys
  46. LoadOrderGroup = Extended Base
  47. [SerialInst.NT.HW.AddReg]
  48. HKR,,"LowerFilters",0x00010000,"serial"
  49. HKR,,"MultiportDevice",0x00010001,0
  50. HKR,,"SerialRelinquishPowerPolicy",0x00010001,1
  51. [SerialEventLogInst]
  52. AddReg         = SerialEventLogAddReg
  53. [SerialEventLogAddReg]
  54. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\serial.sys"
  55. HKR,,TypesSupported,0x00010001,7
  56. ; -------------- Serial Port Driver install sections
  57. [SerialServiceInst]
  58. DisplayName    = %Serial.SVCDESC%
  59. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  60. StartType      = 3               ; SERVICE_DEMAND_START
  61. ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
  62. ServiceBinary  = %12%\serial.sys
  63. LoadOrderGroup = Extended base
  64. [Strings]
  65. ;Non-localized strings
  66. DiskId       = "NTRIG DISK"
  67. Ntrig="N-trig Innovative Technologies"
  68. ACPI\NTR0001.DeviceDesc="N-Trig HID Tablet Digitizer"
  69. ntrigdigi.SVCDESC="N-trig HID Tablet Driver"
  70. Serial.SVCDESC="Serial Port Driver"
  71. ;Localized strings