home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / MELCO / WGPSATN4 / WGPSATN4.EXE / WGPV.INF < prev    next >
Windows Setup INFormation  |  1996-09-20  |  2KB  |  74 lines

  1. ;
  2. ; WGPV.INF
  3. ;
  4.  
  5. [Version]
  6. Signature = "$CHICAGO$"
  7. Provider  = %MELCO%
  8. ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318}
  9. Class     = Display
  10.  
  11. [DestinationDirs]
  12. DefaultDestDir = 11 system32
  13. wgpv.Display   = 11
  14. wgpv.Miniport  = 12
  15.  
  16. [Manufacturer]
  17. %MELCODrvsString% = WGPV.Mfg
  18.  
  19. [WGPV.Mfg]
  20. %WGPVDeviceDesc% = wgpv
  21.  
  22. [wgpv]
  23. CopyFiles=wgpv.Miniport, wgpv.Display
  24.  
  25. [wgpv.SoftwareSettings]
  26. AddReg = wgpv_SoftwareDeviceSettings
  27.  
  28. [wgpv.Services]
  29. AddService = wgpv, 0x00000002, wgpv_Service_Inst, wgpv_EventLog_Inst
  30.  
  31. [wgpv_EventLog_Inst]
  32. AddReg = wgpv_EventLog_AddReg
  33.  
  34. [wgpv_EventLog_AddReg]
  35. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\wgpv.sys"
  36. HKR,,TypesSupported,0x00010001,7
  37.  
  38. [wgpv_Service_Inst]
  39. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  40. StartType      = 1                  ; SERVICE_SYSTEM_START
  41. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  42. LoadOrderGroup = Video
  43. ServiceBinary  = %12%\wgpv.sys
  44.  
  45. [wgpv.Display]
  46. wgpv.dll
  47.  
  48. [wgpv.Miniport]
  49. wgpv.sys
  50.  
  51. [SourceDisksNames]
  52. 1 = "MELCO WGP-S/V ディスプレイドライバ ディスク",,,
  53.  
  54. [SourceDisksFiles]
  55. wgpv.dll = 1
  56. wgpv.sys = 1
  57.  
  58. [wgpv_SoftwareDeviceSettings]
  59. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, wgpv
  60. HKR,, VgaCompatible,               %REG_DWORD%,    0
  61.  
  62. [Strings]
  63.  
  64. REG_SZ         = 0x00000000
  65. REG_MULTI_SZ   = 0x00010000
  66. REG_EXPAND_SZ  = 0x00020000
  67. REG_BINARY     = 0x00000001
  68. REG_DWORD      = 0x00010001
  69. serviceroot    = System\CurrentControlSet\Services
  70.  
  71. MELCO           = "MELCO"
  72. MELCODrvsString = "メルコ"
  73. WGPVDeviceDesc  = "MELCO WGP-S/V グラフィック アダプタ"
  74.