home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / spea / mirage / nt4mit10 / nt4mit10.exe / rar / DISPOEM.INF < prev    next >
Windows Setup INFormation  |  1996-06-18  |  3KB  |  138 lines

  1.  
  2. ; dispoem.inf
  3. ;
  4. ; Installation inf for third party (OEM) graphics drivers
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%drvlib%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. bignt40.Miniport  = 12  ; drivers
  16. bignt40.Display   = 11  ; system32
  17. bignt40.DAT       = 11  ; system32
  18.  
  19.  
  20. ;
  21. ; Driver information
  22. ;
  23.  
  24. [Manufacturer]
  25. SPEA = bignt40.Mfg
  26.  
  27. [bignt40.Mfg]
  28. SPEA MIRAGE P-64 Video Accelerator  = bignt40
  29.  
  30.  
  31. ;
  32. ; General installation section
  33. ;
  34.  
  35. [bignt40]
  36. CopyFiles=bignt40.Miniport, bignt40.Display ,bignt40.DAT
  37.  
  38. ;
  39. ; File sections
  40. ;
  41.  
  42. [bignt40.Miniport]
  43. bignt40.sys
  44.  
  45. [bignt40.Display]
  46. bignt40.dll
  47.  
  48. [bignt40.DAT]
  49. ergo-640.dat
  50. ergo-641.dat
  51. ergo-642.dat
  52. ergo-643.dat
  53. ergo-644.dat
  54. ergo-645.dat
  55. ergo-646.dat
  56.  
  57.  
  58. ;
  59. ; Service Installation
  60. ;
  61.  
  62. [bignt40.Services]
  63. AddService = bignt40, 0x00000002, bignt40_Service_Inst, bignt40_EventLog_Inst
  64.  
  65. [bignt40_Service_Inst]
  66. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  67. StartType      = 1                  ; SERVICE_SYSTEM_START
  68. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  69. LoadOrderGroup = Video
  70. ServiceBinary  = %12%\bignt40.sys
  71.  
  72. [bignt40_EventLog_Inst]
  73. AddReg = bignt40_EventLog_AddReg
  74.  
  75. [bignt40_EventLog_AddReg]
  76. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\bignt40.sys"
  77. HKR,,TypesSupported,0x00010001,7
  78.  
  79.  
  80. ;
  81. ; Software Installation
  82. ;
  83.  
  84. [bignt40.SoftwareSettings]
  85. AddReg = bignt40_SoftwareDeviceSettings
  86.  
  87. [bignt40_SoftwareDeviceSettings]
  88. HKR,, InstalledDisplayDrivers,        %REG_MULTI_SZ%, bignt40
  89. HKR,, VgaCompatible,                  %REG_DWORD%,    0
  90.  
  91. ;
  92. ; Source file information
  93. ;
  94.  
  95. [SourceDisksNames.x86]
  96. 1 = %DiskId%,,,""
  97.  
  98. [SourceDisksFiles]
  99. bignt40.dll    = 1, .
  100. bignt40.sys    = 1, .
  101. ergo-640.dat=1, .
  102. ergo-641.dat=1, .
  103. ergo-642.dat=1, .
  104. ergo-643.dat=1, .
  105. ergo-644.dat=1, .
  106. ergo-645.dat=1, .
  107. ergo-646.dat=1, .
  108.  
  109.  
  110. [Strings]
  111.  
  112. ;
  113. ; Non-Localizable Strings
  114. ;
  115.  
  116. REG_SZ         = 0x00000000
  117. REG_MULTI_SZ   = 0x00010000
  118. REG_EXPAND_SZ  = 0x00020000
  119. REG_BINARY     = 0x00000001
  120. REG_DWORD      = 0x00010001
  121. serviceroot    = System\CurrentControlSet\Services
  122.  
  123. ;
  124. ; Localizable Strings
  125. ;
  126.  
  127. MS="Microsoft"
  128. autodetect="Autodetect driver"
  129. vgacompat="VGA compatible display adapter"
  130.  
  131. bignt40        = "SPEA MIRAGE P-64"
  132.  
  133. GraphAdap    = "Graphics Adapter"
  134. CompatAdap   = "Compatible Graphics Adapter"
  135.  
  136. DiskId="Windows NT Driver Library installation disk"
  137. drvlib="Windows NT Driver Library"
  138.