home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / drivers / grafika / stb / vl128_nt / stbv128.inf < prev    next >
Windows Setup INFormation  |  1997-09-28  |  3KB  |  119 lines

  1. ;
  2. ; stb Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%STB%
  8. LayoutFile=layout.inf
  9. Class=Display
  10.  
  11. ;
  12. ; Dest directories are \windows\system32 and \windows\system32\drivers
  13. ;
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir    = 11
  17. stb.Miniport      = 12
  18. stb.Display       = 11
  19.  
  20. ;
  21. ; The Manufacturer section lists all of the manufacturers that we will
  22. ; display in the Dialog box. DEVICE sections are specified.
  23. ;
  24.  
  25. [Manufacturer]
  26. %STB%      = STB.Mfg
  27.  
  28. ;
  29. ; Device section. Each section here corresponds with an entry listed in the
  30. ; [Manufacturer] section, above. The models will be displayed in the order
  31. ; that they appear in the INF file. This section identifies
  32. ; the corresponding INSTALL sections.
  33. ;
  34.  
  35.  
  36. [STB.Mfg]
  37.  
  38. %STB% Velocity 128 3D (NVidia RIVA 128)    = stb
  39.  
  40. ;---------------------------------------------------------------------
  41. ; stb Driver INSTALL Section. This INSTALL section specifies
  42. ; what files are to to be copied (File List sections)
  43. ;---------------------------------------------------------------------
  44.  
  45. [stb]
  46. CopyFiles=stb.Miniport, stb.Display
  47.  
  48. ;
  49. ; stb Driver INSTALL Section. This INSTALL section specifies
  50. ; what registry fields are to be modified (ADD Registry section)
  51. ;
  52.  
  53. [stb.SoftwareSettings]
  54. AddReg = stb_SoftwareDeviceSettings
  55.  
  56.  
  57. ;
  58. ; stb Service Installation
  59. ;
  60.  
  61. [stb.Services]
  62. AddService = stb, 0x00000002, stb_Generic_Service_Inst, stb_EventLog_Inst
  63.  
  64. [stb_EventLog_Inst]
  65. AddReg = stb_EventLog_AddReg
  66.  
  67. [stb_EventLog_AddReg]
  68. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\stbv128m.sys"
  69. HKR,,TypesSupported,0x00010001,7
  70.  
  71. [stb_Generic_Service_Inst]
  72. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  73. StartType      = 1                  ; SERVICE_SYSTEM_START
  74. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  75. LoadOrderGroup = Video
  76. ServiceBinary  = %12%\stbv128m.sys
  77.  
  78.  
  79. ;
  80. ; File List sections for stb.Display and stb.Miniport
  81. ;
  82.  
  83. [stb.Display]
  84. stbv128.dll
  85.  
  86. [stb.Miniport]
  87. stbv128m.sys
  88.  
  89. ;
  90. ; STB Add registry section
  91. ;
  92.  
  93. [stb_SoftwareDeviceSettings]
  94. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, stbv128
  95. HKR,, VgaCompatible,               %REG_DWORD%,    0
  96. HKR,, EnableDMA,                   %REG_MULTI_SZ%, ""
  97.  
  98.  
  99. [Strings]
  100. ;
  101. ; Non-Localizable Strings
  102. ;
  103.  
  104. REG_SZ         = 0x00000000
  105. REG_MULTI_SZ   = 0x00010000
  106. REG_EXPAND_SZ  = 0x00020000
  107. REG_BINARY     = 0x00000001
  108. REG_DWORD      = 0x00010001
  109. serviceroot    = System\CurrentControlSet\Services
  110.  
  111. ;
  112. ; Localizable Strings
  113. ;
  114.  
  115. STB       = "STB Systems, Inc."
  116.  
  117. DiskId="STB NT 4.0 Display driver installation disk"
  118. drvlib="STB NT Driver Library"
  119.