home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / ntrigdigi.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.2 KB  |  93 lines

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