home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / IODATA / GA98NT40 / DISK98.EXE / GADR98P.INF < prev    next >
INI File  |  1997-01-22  |  3KB  |  123 lines

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