home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / IODATA / VD2100B / VD2100B.EXE / DISK.EXE / GAVDB.INF < prev    next >
Windows Setup INFormation  |  2000-05-12  |  3KB  |  145 lines

  1. ;
  2. ; Win2000 INF file for I-O DATA GA-VDB16シリーズ display driver.
  3. ; Copyright (C) 2000 I-O DATA DEVICE,INC.
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%IODATA%
  8. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  9. Class=Display
  10. DriverVer=05/11/2000,0.1.0.0
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir    = 11
  14. gavdb.Miniport  = 12  ; drivers
  15. gavdb.Display   = 11  ; system32
  16. gavdb.inf       = 17  ; INF
  17. gavdb.tray      = 10
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. I.O DATA = I.O DATA.Mfg
  25.  
  26. [I.O DATA.Mfg]
  27. GA-VDB16シリーズ = gavdb, PCI\VEN_121A&DEV_0003
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [gavdb]
  34. CopyFiles=gavdb.Miniport, gavdb.Display, gavdb.tray
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [gavdb.Miniport]
  41. gavdb.sys, gavdb.sy_
  42.  
  43. [gavdb.Display]
  44. gavdb.dll    , gavdb.dl_
  45. ;glide2x.dll  , glide2x.dl_
  46. ;glide3x.dll  , glide3x.dl_
  47. gactl.dll    , gactl.dl_
  48. gactlj.hlp   , gactlj.hl_
  49. gactlj.cnt   , gactlj.cn_
  50. gactle.hlp   , gactle.hl_
  51. gactle.cnt   , gactle.cn_
  52. ;msvcrt.dll   , msvcrt.dl_
  53.  
  54. [gavdb.tray]
  55. gatray.exe   , gatray.ex_
  56. gactlcur.ini , gactlcur.in_
  57. gavdb.bmp    , gavdb.bm_
  58.  
  59. ;
  60. ; Service Installation
  61. ;
  62.  
  63. [gavdb.Services]
  64. AddService = gavdb, 0x00000002, gavdb_Service_Inst, gavdb_EventLog_Inst
  65.  
  66. [gavdb_Service_Inst]
  67. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  68. StartType      = 1                  ; SERVICE_SYSTEM_START
  69. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  70. LoadOrderGroup = Video
  71. ServiceBinary  = %12%\gavdb.sys
  72.  
  73. [gavdb_EventLog_Inst]
  74. AddReg = gavdb_EventLog_AddReg
  75.  
  76. [gavdb_EventLog_AddReg]
  77. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gavdb.sys"
  78. HKR,,TypesSupported,0x00010001,7
  79.  
  80. ;
  81. ; General config information
  82. ;
  83. [gavdb.GeneralConfigData]
  84. MaximumDeviceMemoryConfiguration=68
  85.  
  86. ;
  87. ; Software Installation
  88. ;
  89.  
  90. [gavdb.SoftwareSettings]
  91. AddReg = gavdb_SoftwareDeviceSettings
  92.  
  93. [gavdb_SoftwareDeviceSettings]
  94. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, gavdb
  95. HKR,, VgaCompatible,              %REG_DWORD%,    0
  96. HKR,, UseNonBIOSModeSet,          %REG_DWORD%,    1
  97.  
  98. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\run","Gatray",,"gatray.exe"
  99.  
  100. ;
  101. ; Source file information
  102. ;
  103.  
  104. [SourceDisksNames.x86]
  105. 1 = %DiskId%,,,""
  106.  
  107. [SourceDisksFiles]
  108. gavdb.sy_    = 1
  109. gavdb.dl_    = 1
  110. ;glide2x.dl_  = 1
  111. ;glide3x.dl_  = 1
  112. gactl.dl_    = 1
  113. gactlj.hl_   = 1
  114. gactlj.cn_   = 1
  115. gactle.hl_   = 1
  116. gactle.cn_   = 1
  117. gactlcur.in_ = 1
  118. gatray.ex_   = 1
  119. gavdb.bm_    = 1
  120. ;msvcrt.dl_   = 1
  121.                                                                
  122.  
  123. [Strings]
  124.  
  125. ;
  126. ; Non-Localizable Strings
  127. ;
  128.  
  129. REG_SZ         = 0x00000000
  130. REG_MULTI_SZ   = 0x00010000
  131. REG_EXPAND_SZ  = 0x00020000
  132. REG_BINARY     = 0x00000001
  133. REG_DWORD      = 0x00010001
  134. SERVICEROOT    = System\CurrentControlSet\Services
  135.  
  136. ;
  137. ; Localizable Strings
  138. ;
  139.  
  140. DiskId       = "GA-VDB16シリーズサポートソフト for Win2000"
  141. GraphAdap    = "Graphics Adapter"
  142. Mfg= "I-O DATA DEVICE,INC."
  143. IODATA = "I-O DATA DEVICE,INC."
  144.  
  145.