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

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