home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809B.ISO / DRIVER / iodata / RUSH111 / RUSH111.EXE / DISK.EXE / WINNT / GARUSH.INF < prev    next >
Windows Setup INFormation  |  1997-09-29  |  3KB  |  136 lines

  1. ; INF file for I-O DATA GA-RUSH6/PCI display driver.
  2. ; Copyright (C) 1997 I-O DATA DEVICE,INC.
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Provider=%TDDDF%
  7. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  8. Class=Display
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir   = 11
  12. garush.Miniport  = 12  ; drivers
  13. garush.Display   = 11  ; system32
  14. garush.inf       = 17  ; INF
  15. garush.tray      = 10
  16.  
  17. ;
  18. ; Driver information
  19. ;
  20.  
  21. [Manufacturer]
  22. I.O DATA = I.O DATA.Mfg
  23.  
  24. [I.O DATA.Mfg]
  25. GA-RUSH6/PCI = garush
  26.  
  27. ;
  28. ; General installation section
  29. ;
  30.  
  31. [garush]
  32. CopyFiles=garush.Miniport, garush.Display, garush.tray
  33.  
  34. ;
  35. ; File sections
  36. ;
  37.  
  38. [garush.Miniport]
  39. garush.sys , garush.sy_
  40.  
  41. [garush.Display]
  42. garush.dll   , garush.dl_
  43. gactl.dll    , gactl.dl_
  44. gactlj.hlp   , gactlj.hl_
  45. gactle.hlp   , gactle.hl_
  46. gactlj.cnt   , gactlj.cn_
  47. gactle.cnt   , gactle.cn_
  48. msvcrt.dll   , msvcrt.dl_
  49.  
  50. [garush.tray]
  51. gatray.exe   , gatray.ex_
  52. gactlcur.ini , gactlcur.in_
  53. garush.bmp   , garush.bm_
  54.  
  55. ;
  56. ; Service Installation
  57. ;
  58.  
  59. [garush.Services]
  60. AddService = garush, 0x00000002, garush_Service_Inst, garush_EventLog_Inst
  61.  
  62. [garush_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%\garush.sys
  68.  
  69. [garush_EventLog_Inst]
  70. AddReg = garush_EventLog_AddReg
  71.  
  72. [garush_EventLog_AddReg]
  73. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\garush.sys"
  74. HKR,,TypesSupported,0x00010001,7
  75.  
  76.  
  77. ;
  78. ; Software Installation
  79. ;
  80.  
  81. [garush.SoftwareSettings]
  82. AddReg = garush_SoftwareDeviceSettings
  83.  
  84. [garush_SoftwareDeviceSettings]
  85. HKR,, InstalledDisplayDrivers,        %REG_MULTI_SZ%, garush
  86. HKR,, VgaCompatible,                  %REG_DWORD%,    0
  87.  
  88.  
  89. HKCR,"CLSID\{494F4441-5441-5F44-4953-504C41593B20}\InProcServer32",,,"gactl.dll"
  90. HKCR,"CLSID\{494F4441-5441-5F44-4953-504C41593B20}\InProcServer32",ThreadingModel,,"Apartment"
  91. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\IODATA Accela Utility",,,"{494F4441-5441-5F44-4953-504C41593B20}"
  92. ;HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\run","Gatray",,"gatray.exe"
  93.  
  94. ;
  95. ; Source file information
  96. ;
  97.  
  98. [SourceDisksNames]
  99. 1 = %DiskId%,,,""
  100.  
  101. [SourceDisksFiles.x86]
  102. garush.dl_   = 1
  103. garush.sy_   = 1
  104. gactl.dl_    = 1,..
  105. gactlj.hl_   = 1,..
  106. gactle.hl_   = 1,..
  107. gactlj.cn_   = 1,..
  108. gactle.cn_   = 1,..
  109. gactlcur.in_ = 1,..
  110. gatray.ex_   = 1,..
  111. msvcrt.dl_   = 1,..
  112. garush.bm_   = 1,..
  113.  
  114.  
  115. [Strings]
  116. ;
  117. ; Non-Localizable Strings
  118. ;
  119.  
  120. REG_SZ         = 0x00000000
  121. REG_MULTI_SZ   = 0x00010000
  122. REG_EXPAND_SZ  = 0x00020000
  123. REG_BINARY     = 0x00000001
  124. REG_DWORD      = 0x00010001
  125. serviceroot    = System\CurrentControlSet\Services
  126.  
  127. ;
  128. ; Localizable Strings
  129. ;
  130.  
  131. MS="Microsoft"
  132. TDDDF="I-O DATA DEVICE,INC."
  133. vgacompat="VGA compatible display adapter"
  134. DiskId="GA-RUSH6/PCI Windows NT4.0 サポートソフト"
  135. Mfg= "I.O DATA"
  136.