home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / drivers / grafika / tseng / et60nt / et6w32.inf < prev    next >
Windows Setup INFormation  |  1997-02-27  |  2KB  |  113 lines

  1. ; ET6W32.INF
  2. ;
  3. ; Installation inf for the Tseng Labs Inc. graphics adapters
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%W32%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir   = 11
  14. w32.Miniport  = 12  ; drivers
  15. w32.Display   = 11  ; system32
  16.  
  17. ;
  18. ; Driver information
  19. ;
  20.  
  21. [Manufacturer]
  22. %W32%   = W32.Mfg
  23.  
  24. [W32.Mfg]
  25. %W32% Compatible Graphics Adapter = w32
  26.  
  27. ;
  28. ; General installation section
  29. ;
  30.  
  31. [w32]
  32. CopyFiles=w32.Miniport, w32.Display
  33.  
  34. ;
  35. ; File sections
  36. ;
  37.  
  38. [w32.Miniport]
  39. et4000.sys
  40.  
  41. [w32.Display]
  42. w32.dll
  43.  
  44.  
  45. ;
  46. ; Service Installation
  47. ;
  48.  
  49. [w32.Services]
  50. AddService = w32, 0x00000002, w32_Service_Inst, w32_EventLog_Inst
  51.  
  52. [w32_Service_Inst]
  53. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  54. StartType      = 1                  ; SERVICE_SYSTEM_START
  55. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  56. LoadOrderGroup = Video
  57. ServiceBinary  = %12%\et4000.sys
  58.  
  59. [w32_EventLog_Inst]
  60. AddReg = w32_EventLog_AddReg
  61.  
  62. [w32_EventLog_AddReg]
  63. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\et4000.sys"
  64. HKR,,TypesSupported,0x00010001,7
  65.  
  66.  
  67. ;
  68. ; Software Installation
  69. ;
  70.  
  71. [w32.SoftwareSettings]
  72. AddReg = w32_SoftwareDeviceSettings
  73.  
  74. [w32_SoftwareDeviceSettings]
  75. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, w32, vga256, vga64k
  76. HKR,, VgaCompatible,               %REG_DWORD%,    1
  77.  
  78.  
  79. ;
  80. ; Source file information
  81. ;
  82.  
  83. [SourceDisksNames.x86]
  84. 1 = %DiskId%,,,""
  85.  
  86. [SourceDisksFiles]
  87. et4000.sys  = 1
  88. w32.dll = 1
  89.  
  90.  
  91. [Strings]
  92.  
  93. ;
  94. ; Non-Localizable Strings
  95. ;
  96.  
  97. REG_SZ         = 0x00000000
  98. REG_MULTI_SZ   = 0x00010000
  99. REG_EXPAND_SZ  = 0x00020000
  100. REG_BINARY     = 0x00000001
  101. REG_DWORD      = 0x00010001
  102. SERVICEROOT    = System\CurrentControlSet\Services
  103.  
  104. ;
  105. ; Localizable Strings
  106. ;
  107.  
  108. DiskId       = "Tseng Labs Inc. Installation DISK (VIDEO)"
  109. GraphAdap    = "Graphics Adapter"
  110. W32      = "Tseng Labs Inc."
  111.  
  112. 
  113.