home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / spea / mirage / nt4mir10 / nt4mir10.exe / rar / DISPOEM.INF < prev    next >
Windows Setup INFormation  |  1996-06-18  |  2KB  |  120 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. bignt40o.Miniport  = 12  ; drivers
  16. bignt40o.Display   = 11  ; system32
  17.  
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. SPEA = bignt40o.Mfg
  25.  
  26. [bignt40o.Mfg]
  27. SPEA MIRAGE Video Accelerator  = bignt40o
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [bignt40o]
  35. CopyFiles=bignt40o.Miniport, bignt40o.Display
  36.  
  37. ;
  38. ; File sections
  39. ;
  40.  
  41. [bignt40o.Miniport]
  42. bignt40o.sys
  43.  
  44. [bignt40o.Display]
  45. bignt40o.dll
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [bignt40o.Services]
  52. AddService = bignt40o, 0x00000002, bignt40o_Service_Inst, bignt40o_EventLog_Inst
  53.  
  54. [bignt40o_Service_Inst]
  55. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  56. StartType      = 1                  ; SERVICE_SYSTEM_START
  57. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup = Video
  59. ServiceBinary  = %12%\bignt40o.sys
  60.  
  61. [bignt40o_EventLog_Inst]
  62. AddReg = bignt40o_EventLog_AddReg
  63.  
  64. [bignt40o_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\bignt40o.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [bignt40o.SoftwareSettings]
  74. AddReg = bignt40o_SoftwareDeviceSettings
  75.  
  76. [bignt40o_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,        %REG_MULTI_SZ%, bignt40o
  78. HKR,, VgaCompatible,                  %REG_DWORD%,    0
  79.  
  80. ;
  81. ; Source file information
  82. ;
  83.  
  84. [SourceDisksNames.x86]
  85. 1 = %DiskId%,,,""
  86.  
  87. [SourceDisksFiles]
  88. bignt40o.dll    = 1, .
  89. bignt40o.sys    = 1, .
  90.  
  91.  
  92. [Strings]
  93.  
  94. ;
  95. ; Non-Localizable Strings
  96. ;
  97.  
  98. REG_SZ         = 0x00000000
  99. REG_MULTI_SZ   = 0x00010000
  100. REG_EXPAND_SZ  = 0x00020000
  101. REG_BINARY     = 0x00000001
  102. REG_DWORD      = 0x00010001
  103. serviceroot    = System\CurrentControlSet\Services
  104.  
  105. ;
  106. ; Localizable Strings
  107. ;
  108.  
  109. MS="Microsoft"
  110. autodetect="Autodetect driver"
  111. vgacompat="VGA compatible display adapter"
  112.  
  113. bignt40o        = "SPEA MIRAGE"
  114.  
  115. GraphAdap    = "Graphics Adapter"
  116. CompatAdap   = "Compatible Graphics Adapter"
  117.  
  118. DiskId="Windows NT Driver Library installation disk"
  119. drvlib="Windows NT Driver Library"
  120.