home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / IODATA / GADVNT40 / DISK.EXE / GA968V.INF < prev    next >
Windows Setup INFormation  |  1997-01-22  |  2KB  |  117 lines

  1. ; ga968v.inf
  2. ;
  3. ; Installation inf for the
  4. ;     GA-968Vx/PCI シリーズ
  5. ; of graphics adapters.
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%iodata_968v%
  11. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  12. Class=Display
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir   = 11
  16. iodata_968v.Miniport = 12  ; drivers
  17. iodata_968v.Display  = 11  ; system32
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %iodata_968v% = iodata_968v.Mfg
  25.  
  26. [iodata_968v.Mfg]
  27. "GA-968Vx/PCI グラフィックアクセラレータ" = iodata_968v
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [iodata_968v]
  35. CopyFiles=iodata_968v.Miniport, iodata_968v.Display
  36.  
  37. ;
  38. ; File sections
  39. ;
  40.  
  41. [iodata_968v.Miniport]
  42. ga968v.sys
  43.  
  44. [iodata_968v.Display]
  45. ga968v.dll
  46.  
  47.  
  48. ;
  49. ; Service Installation
  50. ;
  51.  
  52. [iodata_968v.Services]
  53. AddService = iodata_968v, 0x00000002, iodata_968v_Service_Inst, iodata_968v_EventLog_Inst
  54.  
  55. [iodata_968v_Service_Inst]
  56. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  57. StartType      = 1                  ; SERVICE_SYSTEM_START
  58. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  59. LoadOrderGroup = Video
  60. ServiceBinary  = %12%\ga968v.sys
  61.  
  62. [iodata_968v_EventLog_Inst]
  63. AddReg = ga968v_EventLog_AddReg
  64.  
  65. [iodata_968v_EventLog_AddReg]
  66. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ga968v.sys"
  67. HKR,,TypesSupported,0x00010001,7
  68.  
  69.  
  70. ;
  71. ; Software Installation
  72. ;
  73.  
  74. [iodata_968v.SoftwareSettings]
  75. AddReg = iodata_968v_SoftwareDeviceSettings
  76.  
  77. [iodata_968v_SoftwareDeviceSettings]
  78. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, ga968v, framebuf
  79. HKR,, VgaCompatible,               %REG_DWORD%,    1
  80.  
  81.  
  82. ;
  83. ; Source file information
  84. ;
  85.  
  86. [SourceDisksNames.x86]
  87. 1 = %DiskId%,,,""
  88.  
  89. [SourceDisksFiles]
  90. ; vga.dll  = 1       ; always shipped and preinstalled by NT itself - no need to copy
  91. ; framebuf.dll  = 1  ; always shipped and preinstalled by NT itself - no need to copy
  92. ga968v.dll  = 1
  93. ga968v.sys  = 1
  94.  
  95.  
  96.  
  97. [Strings]
  98.  
  99. ;
  100. ; Non-Localizable Strings
  101. ;
  102.  
  103. REG_SZ         = 0x00000000
  104. REG_MULTI_SZ   = 0x00010000
  105. REG_EXPAND_SZ  = 0x00020000
  106. REG_BINARY     = 0x00000001
  107. REG_DWORD      = 0x00010001
  108. SERVICEROOT    = System\CurrentControlSet\Services
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113.  
  114. DiskId="GAシリーズ Windows NT 4.0 サポートソフト for DOS/V"
  115. GraphAdap="Graphics Adapter"                                                                                    
  116. iodata_968v="I-O DATA DEVICE,INC."
  117.