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