home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / hardware / ovladace / video / stb / riva128 / nt4 / STBV128.INF < prev    next >
Windows Setup INFormation  |  1998-01-18  |  3KB  |  125 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. DelReg = stb.CleanRegistry
  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. ; STB Del registry section
  100. ;
  101.  
  102. [stb.CleanRegistry]
  103. HKR,, ValidRefreshRatesInHz
  104.  
  105. [Strings]
  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. STB       = "STB Systems, Inc."
  122.  
  123. DiskId="STB NT 4.0 Display driver installation disk"
  124. drvlib="STB NT Driver Library"
  125.