home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / CHIPINTE052000.ISO / exe / GLSYW2KB.ZIP / EGLP.INF next >
Encoding:
Windows Setup INFormation  |  1999-02-17  |  3.2 KB  |  136 lines

  1. ; eglp.inf
  2. ;
  3. ; Installation inf for the ELSA AG graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%ELSA%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir   = 11
  14. EGLPM.Miniport  = 12  ; drivers
  15. EGLPM.Display   = 11  ; system32
  16. EGLPM.OpenGL    = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %ELSA%   = ELSA.Mfg
  24.  
  25. [ELSA.Mfg]
  26. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A311048
  27. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A311048
  28. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A321048
  29. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A321048
  30. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A341048
  31. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A341048
  32. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A351048
  33. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A351048
  34. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A361048
  35. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A361048
  36. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A431048
  37. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A431048
  38. %ELSA% GLoria Synergy    = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A441048
  39. %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A441048
  40.  
  41. ;
  42. ; General installation section
  43. ;
  44.  
  45. [EGLPM]
  46. CopyFiles=EGLPM.Miniport, EGLPM.Display,  EGLPM.OpenGL
  47.  
  48. ;
  49. ; File sections
  50. ;
  51.  
  52. [EGLPM.Miniport]
  53. eglpm.sys
  54.  
  55. [EGLPM.Display]
  56. emglpd.dll
  57.  
  58. [EGLPM.OpenGL]
  59. eoglp.dll
  60.  
  61. ;
  62. ; Service Installation
  63. ;
  64.  
  65. [EGLPM.Services]
  66. AddService = EGLPM, 0x00000002, EGLPM_Service_Inst, EGLPM_EventLog_Inst
  67.  
  68. [EGLPM_Service_Inst]
  69. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  70. StartType      = 1                  ; SERVICE_SYSTEM_START
  71. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  72. LoadOrderGroup = Video
  73. ServiceBinary  = %12%\eglpm.sys
  74.  
  75. [EGLPM_EventLog_Inst]
  76. AddReg = EGLPM_EventLog_AddReg
  77.  
  78. [EGLPM_EventLog_AddReg]
  79. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\eglpm.sys"
  80. HKR,,TypesSupported,0x00010001,7
  81.  
  82.  
  83. ;
  84. ; Software Installation
  85. ;
  86.  
  87. [EGLPM.SoftwareSettings]
  88. AddReg = EGLPM_SoftwareDeviceSettings
  89.  
  90. [EGLPM_SoftwareDeviceSettings]
  91. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, emglpd
  92. HKR,, VgaCompatible,               %REG_DWORD%,    0
  93.  
  94.  
  95. [EGLPM.OpenGLSoftwareSettings]
  96. AddReg = EGLPM_OpenGLSoftwareSettings
  97.  
  98. [EGLPM_OpenGLSoftwareSettings]
  99. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers","ELSA EGLPM driver",%REG_SZ%,EOGLP
  100.  
  101.  
  102. ;
  103. ; Source file information
  104. ;
  105.  
  106. [SourceDisksNames.x86]
  107. 1 = %DiskId%,,,""
  108.  
  109. [SourceDisksFiles]
  110. eglpm.sys  = 1
  111. emglpd.dll = 1
  112. eoglp.dll  = 1
  113.  
  114.  
  115.  
  116. [Strings]
  117.  
  118. ;
  119. ; Non-Localizable Strings
  120. ;
  121.  
  122. REG_SZ         = 0x00000000
  123. REG_MULTI_SZ   = 0x00010000
  124. REG_EXPAND_SZ  = 0x00020000
  125. REG_BINARY     = 0x00000001
  126. REG_DWORD      = 0x00010001
  127. SERVICEROOT    = System\CurrentControlSet\Services
  128.  
  129. ;
  130. ; Localizable Strings
  131. ;
  132.  
  133. DiskId       = "ELSA AG Installation DISK (VIDEO)"
  134. GraphAdap    = "Graphics Adapter"
  135. ELSA      = "ELSA AG"
  136.