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

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