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

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