home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / spea / mirage / nt4mtv10 / nt4mtv10.exe / rar / DISPOEM.INF < prev    next >
Windows Setup INFormation  |  1996-06-18  |  3KB  |  141 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 VIDEO TV 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. mivi-0.dat
  50. mivi-1.dat
  51. mivi-2.dat
  52. mivi-3.dat
  53. mivi-4.dat
  54. mivi-5.dat
  55. mivi-6.dat
  56. mivi-7.dat
  57.  
  58.  
  59.  
  60. ;
  61. ; Service Installation
  62. ;
  63.  
  64. [bignt40.Services]
  65. AddService = bignt40, 0x00000002, bignt40_Service_Inst, bignt40_EventLog_Inst
  66.  
  67. [bignt40_Service_Inst]
  68. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  69. StartType      = 1                  ; SERVICE_SYSTEM_START
  70. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  71. LoadOrderGroup = Video
  72. ServiceBinary  = %12%\bignt40.sys
  73.  
  74. [bignt40_EventLog_Inst]
  75. AddReg = bignt40_EventLog_AddReg
  76.  
  77. [bignt40_EventLog_AddReg]
  78. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\bignt40.sys"
  79. HKR,,TypesSupported,0x00010001,7
  80.  
  81.  
  82. ;
  83. ; Software Installation
  84. ;
  85.  
  86. [bignt40.SoftwareSettings]
  87. AddReg = bignt40_SoftwareDeviceSettings
  88.  
  89. [bignt40_SoftwareDeviceSettings]
  90. HKR,, InstalledDisplayDrivers,        %REG_MULTI_SZ%, bignt40
  91. HKR,, VgaCompatible,                  %REG_DWORD%,    0
  92.  
  93. ;
  94. ; Source file information
  95. ;
  96.  
  97. [SourceDisksNames.x86]
  98. 1 = %DiskId%,,,""
  99.  
  100. [SourceDisksFiles]
  101. bignt40.dll    = 1, .
  102. bignt40.sys    = 1, .
  103. mivi-0.dat=1, .
  104. mivi-1.dat=1, .
  105. mivi-2.dat=1, .
  106. mivi-3.dat=1, .
  107. mivi-4.dat=1, .
  108. mivi-5.dat=1, .
  109. mivi-6.dat=1, .
  110. mivi-7.dat=1, .
  111.  
  112.  
  113. [Strings]
  114.  
  115. ;
  116. ; Non-Localizable Strings
  117. ;
  118.  
  119. REG_SZ         = 0x00000000
  120. REG_MULTI_SZ   = 0x00010000
  121. REG_EXPAND_SZ  = 0x00020000
  122. REG_BINARY     = 0x00000001
  123. REG_DWORD      = 0x00010001
  124. serviceroot    = System\CurrentControlSet\Services
  125.  
  126. ;
  127. ; Localizable Strings
  128. ;
  129.  
  130. MS="Microsoft"
  131. autodetect="Autodetect driver"
  132. vgacompat="VGA compatible display adapter"
  133.  
  134. bignt40        = "SPEA MIRAGE VIDEO TV"
  135.  
  136. GraphAdap    = "Graphics Adapter"
  137. CompatAdap   = "Compatible Graphics Adapter"
  138.  
  139. DiskId="Windows NT Driver Library installation disk"
  140. drvlib="Windows NT Driver Library"
  141.