home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / drvlibj / mouse / nec98 / oemsetup.inf next >
Windows Setup INFormation  |  1999-10-14  |  3KB  |  102 lines

  1. [Version]
  2. Signature="$Windows NT$"
  3. Class=Mouse
  4. ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
  5. Provider=%Provider%
  6. LayoutFile=layout.inf
  7.  
  8. [DestinationDirs]
  9. DefaultDestDir = 12 ; DIRID_DRIVERS
  10.  
  11. [SourceDisksFiles]
  12. %DriverFileName% = 100,,,,,,,4,0,0,sermouse.sys
  13.  
  14. [SourceDisksNames]
  15. 100 = %DisketteLabel%,%TagFile%,,%SubDirectory%
  16.  
  17. ; Manufacturer Sections
  18. [Manufacturer]
  19. %NECMfg%  =NecMfg               ; NEC
  20.  
  21. [NecMfg]
  22. %*pnp0f0c.DeviceDesc%      = Ser_Inst,*PNP0F0C                 ; Std serial mouse
  23.  
  24. ; Install Sections
  25. [Ser_Inst]
  26. CopyFiles = Ser_CopyFiles
  27.  
  28. [Ser_Inst.Services]
  29. AddService = inport, 0x00000002, inport_Service_Inst, inport_EventLog_Inst ; Port Driver
  30. AddService = sermouse, 0x00000002, sermouse_Service_Inst, sermouse_EventLog_Inst ; Port Driver
  31.  
  32. [Ser_CopyFiles]
  33. sermouse.sys
  34.  
  35. [sermouse_Service_Inst]
  36. DisplayName    = %sermouse.SvcDesc%
  37. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  38. StartType      = 1                  ; SERVICE_SYSTEM_START
  39. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  40. ServiceBinary  = %12%\sermouse.sys
  41. LoadOrderGroup = Pointer Port
  42.  
  43. [sermouse_EventLog_Inst]
  44. AddReg = sermouse_EventLog_AddReg
  45.  
  46. [sermouse_EventLog_AddReg]
  47. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\sermouse.sys"
  48. HKR,,TypesSupported,0x00010001,7
  49.  
  50. [inport_Service_Inst]
  51. DisplayName    = %inport.SvcDesc%
  52. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  53. StartType      = 4                  ; SERVICE_SYSTEM_START
  54. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  55. ServiceBinary  = %12%\inport.sys
  56. LoadOrderGroup = Pointer Port
  57.  
  58. [inport_EventLog_Inst]
  59. AddReg = inport_EventLog_AddReg
  60.  
  61. [inport_EventLog_AddReg]
  62. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\inport.sys"
  63. HKR,,TypesSupported,0x00010001,7
  64.  
  65. ;
  66. ; This section is used during startup by the Windows NT Plug&Play Manager
  67. ; to simulate enumeration of the mouse based on information retrieved from
  68. ; ARC firmware/NTDETECT.
  69. ;
  70. [LegacyXlate.DevId]
  71. SERIAL_MOUSE                     = *PNP0F0C    ; serial mouse
  72.  
  73. ;
  74. ; This section is used during fresh install/upgrade to determine what Win95-style
  75. ; INF install section to associate with the currently installed mouse driver.
  76. ;
  77. [LegacyXlate.Driver]
  78. sermouse = Ser_Inst
  79.  
  80. ; User visible strings
  81. [Strings]
  82. Provider = "Microsoft"
  83. MouseClassName = "マウス"
  84.  
  85. DisketteLabel = "NEC Intelli Mouse Driver Diskette"
  86. TagFile = 
  87. SubDirectory = 
  88. DriverFileName = sermouse.sys
  89.  
  90. ; Mfg names
  91.  
  92. NECMfg  = "NEC"
  93.  
  94. ; Device Names
  95.  
  96. *pnp0f0c.DeviceDesc      = "PC-9800 シリーズ シリアル マウス"
  97.  
  98. ; Service Names
  99.  
  100. sermouse.SvcDesc = "NEC PC-9800 シリアル マウス ドライバ"
  101. inport.SvcDesc = "NEC PC-9800 マウス ドライバ"
  102.