home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ovladace / Drivers / PV30W_NT.ZIP / GFXW.INF < prev    next >
Windows Setup INFormation  |  1998-09-17  |  4KB  |  164 lines

  1. ; oemsetup.inf
  2. ;
  3. ; Installation inf for the Intel Corporation gfx40 graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%Intel%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11. ;CatalogFile=I740_30W.cat
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. gfx40.Miniport  = 12  ; drivers
  16. gfx40.Display   = 11  ; system32
  17. gfx40.Config     = 11  ; config app
  18. gfx40.TVOut    = 11  ; TVOut dll
  19. gfx40.I2C    = 12  ; I2C sys file
  20.  
  21. ;
  22. ; Driver information
  23. ;
  24.  
  25. [Manufacturer]
  26. %Intel%   = Intel.Mfg
  27.  
  28. [Intel.Mfg]
  29. Intel740 Video Accelerator= gfx40
  30.  
  31.  
  32. ;
  33. ; General installation section
  34. ;
  35.  
  36. [gfx40]
  37. CopyFiles=gfx40.Miniport, gfx40.Display, gfx40.Config, gfx40.I2C, gfx40.TVOut
  38. AddReg = gfx40.ConfigSettings, gfx40.TVOutSettings, gfx40_SoftwareDeviceSettings
  39.  
  40. ;
  41. ; File sections
  42. ;
  43.  
  44. [gfx40.Miniport]
  45. gfx40.sys
  46.  
  47. [gfx40.Display]
  48. gfx40.dll
  49. dispsupt.dll
  50.  
  51. [gfx40.Config]
  52. gfxCfg.dll
  53. enuConfg.lrc
  54. i740.ico
  55. gfxconfg.hlp
  56.  
  57. [gfx40.TVOut]
  58. gfxtvout.dll
  59. tvwatch.exe
  60.  
  61. [gfx40.I2C]
  62. gfxi2c.sys
  63.  
  64.  
  65. [gfx40.ConfigSettings]
  66. HKCR,"CLSID\{990D3D00-E55B-11cf-ABAD-00AA00C0D812}",,,"Control Panel Display Shell Extension"
  67. HKCR,"CLSID\{990D3D00-E55B-11cf-ABAD-00AA00C0D812}\InProcServer32",,,"%11%\gfxCfg.dll"
  68. HKCR,"CLSID\{990D3D00-E55B-11cf-ABAD-00AA00C0D812}\InProcServer32","ThreadingModel",,"Apartment"
  69. HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\GfxCfg",,,"{990D3D00-E55B-11cf-ABAD-00AA00C0D812}"
  70.  
  71. [gfx40.TVOutSettings]
  72. HKCR,TVOut.TVOut,,,"TVOut Class"
  73. HKCR,TVOut.TVOut\CurVer,,,"TVOut.TVOut.1"
  74. HKCR,TVOut.TVOut.1,,,"TVOut Class"
  75. HKCR,TVOut.TVOut.1\CLSID,,,"{34E9A7B2-6D59-11D1-938D-00A0C95FE004}"
  76. HKCR,CLSID\{34E9A7B2-6D59-11D1-938D-00A0C95FE004},,,"TVOut Class"
  77. HKCR,CLSID\{34E9A7B2-6D59-11D1-938D-00A0C95FE004}\ProgID,,,"TVOut.TVOut.1"
  78. HKCR,CLSID\{34E9A7B2-6D59-11D1-938D-00A0C95FE004}\VersionIndependentProgID,,,"TVOut.TVOut"
  79. HKCR,CLSID\{34E9A7B2-6D59-11D1-938D-00A0C95FE004}\InprocServer32,,,"%11%\gfxTVOut.dll"
  80. HKCR,CLSID\{34E9A7B2-6D59-11D1-938D-00A0C95FE004}\InprocServer32,ThreadingModel,,"Apartment"
  81. HKLM, Software\Microsoft\Windows\CurrentVersion\Run,TVWatch,,"%11%\TVWatch.exe"
  82.  
  83. ;
  84. ; Service Installation
  85. ;
  86.  
  87. [gfx40.Services]
  88. AddService = gfx40, 0x00000002, gfx40_Service_Inst, gfx40_EventLog_Inst
  89. AddService = gfxi2c, 0x00000002, gfx40_Service_i2c
  90.  
  91.  
  92. [gfx40_Service_Inst]
  93. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  94. StartType      = 1                  ; SERVICE_SYSTEM_START
  95. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  96. LoadOrderGroup = Video
  97. ServiceBinary  = %12%\gfx40.sys
  98.  
  99. [gfx40_Service_i2c]
  100. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  101. StartType      = 1                  ; SERVICE_SYSTEM_START
  102. ErrorControl   = 1                  ; 
  103. LoadOrderGroup = Base
  104. ServiceBinary  = %12%\gfxi2c.sys
  105.  
  106. [gfx40_EventLog_Inst]
  107. AddReg = gfx40_EventLog_AddReg
  108.  
  109. [gfx40_EventLog_AddReg]
  110. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gfx40.sys"
  111. HKR,,TypesSupported,0x00010001,7
  112.  
  113.  
  114. ;
  115. ; Software Installation
  116. ;
  117. [gfx40.SoftwareSettings]
  118. AddReg = gfx40_SoftwareDeviceSettings
  119. Addreg = gfx40_ConfigSettings
  120.  
  121. [gfx40_SoftwareDeviceSettings]
  122. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, gfx40
  123. HKR,, VgaCompatible,               %REG_DWORD%,    0
  124.  
  125. ;
  126. ; Source file information
  127. ;
  128.  
  129. [SourceDisksNames.x86]
  130. 1 = %DiskId%,,,""
  131.  
  132. [SourceDisksFiles]
  133. gfx40.sys  = 1
  134. gfx40.dll = 1
  135. dispsupt.dll = 1
  136. gfxCfg.dll = 1
  137. enuConfg.lrc = 1
  138. i740.ico = 1
  139. gfxtvout.dll = 1
  140. gfxi2c.sys = 1
  141. tvwatch.exe = 1
  142. ;I740_30W.cat = 1
  143.  
  144. [Strings]
  145.  
  146. ;
  147. ; Non-Localizable Strings
  148. ;
  149.  
  150. REG_SZ         = 0x00000000
  151. REG_MULTI_SZ   = 0x00010000
  152. REG_EXPAND_SZ  = 0x00020000
  153. REG_BINARY     = 0x00000001
  154. REG_DWORD      = 0x00010001
  155. SERVICEROOT    = System\CurrentControlSet\Services
  156.  
  157. ;
  158. ; Localizable Strings
  159. ;
  160.  
  161. DiskId       = "Intel Corporation Installation DISK (VIDEO)"
  162. GraphAdap    = "Graphics Adapter"
  163. Intel      = "Intel Corporation"
  164.