home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / HERCULES / DTNTN056 / dtntn056.exe / DISK2 / DATA.2 / driver / wininf / Hcplriva.inf < prev   
Windows Setup INFormation  |  1999-01-04  |  6KB  |  213 lines

  1. ; hcplriva.inf
  2. ;
  3. ; Installation inf for the Hercules Riva TNT display driver and control panel
  4. ; display property utilities
  5. ;
  6. ; (c) Copyright 1998 Hercules Computer Technology, Inc.
  7. ;
  8.  
  9. [Version]
  10. Signature="$Windows NT$"
  11. Provider=%Hercules%
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir = 11
  17. nv4.Miniport   = 12  ; drivers
  18. nv4.Display    = 11  ; system32
  19. nv4.Winnt      = 10  ; winnt
  20. nv4.oldrm      = 12
  21.  
  22. ;
  23. ; Driver information
  24. ;
  25.  
  26. [Manufacturer]
  27. %Hercules% = Hercules.Mfg
  28.  
  29. ;
  30. ; This section should be modified to reflect the chip strings the
  31. ; user will see in the Displays applet when the new driver is being
  32. ; installed from the driver diskette.
  33. ;
  34. [Hercules.Mfg]
  35. %Hercules% [Hercules Power Drive]  Dynamite TNT (v 0.56.0048) = nv4, PCI\VEN_10DE&DEV_0020
  36.  
  37. ;
  38. ; General installation section
  39. ;
  40.  
  41. [nv4]
  42. CopyFiles=nv4.Miniport, nv4.Display, nv4.Inf, nv4.Winnt, nv4.icd
  43. DelFiles=nv4.oldrm
  44. ;AddReg   =nv4.AddRegs
  45.  
  46. ;
  47. ; NV Driver INSTALL Section. This INSTALL section specifies
  48. ; what registry fields are to be modified (ADD Registry section)
  49. ;
  50.  
  51. ;
  52. ; File sections for NV4.Display and NV4.Miniport
  53. ;
  54.  
  55. [nv4.Miniport]
  56. nv4_mini.sys      ; miniport driver
  57. hcusys.sys
  58.  
  59. [nv4.Display]
  60. nv4_disp.dll      ; Riva TNT display driver
  61. hcplriva.dll      ; Riva TNT display property
  62. touchnt.hlp
  63. touchnt.cnt
  64. zwdll.dll
  65. hercules.url
  66. contact.htm
  67. default.htm
  68. infoserv.htm
  69. face.bmp
  70. speedy.hlp
  71. gryjag-d.gif
  72. header.gif
  73. redjag-r.gif
  74.  
  75. [nv4.Winnt]
  76. zoomin.exe
  77. speedy.exe
  78. gryjag-d.gif
  79. header.gif
  80. redjag-r.gif
  81. hercstr.1
  82.  
  83. [nv4.Inf]
  84. hcplriva.inf
  85.  
  86. [nv4.oldrm]
  87. nvarch.sys,0x00000001
  88. nvgfx.sys,0x00000001
  89.  
  90. [nv4.icd]
  91. nv4oglnt.dll
  92.  
  93. ;[nv4.AddRegs]
  94. ;HKLM,Software\Microsoft\%WinNTDir%\CurrentVersion\OpenGLdrivers,nv4oglnt,,""
  95.  
  96. ;
  97. ; Service Installation
  98. ;
  99.  
  100. [nv4.Services]
  101. AddService = nv4, 0x00000002, nv4_Generic_Service_Inst, nv4_EventLog_Inst
  102. DelService=nvarch
  103. DelService=nvgfx
  104.  
  105. [nv4_Generic_Service_Inst]
  106. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  107. StartType      = 1                  ; SERVICE_SYSTEM_START
  108. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  109. LoadOrderGroup = Video
  110. ServiceBinary  = %12%\nv4_mini.sys
  111.  
  112. [nv4_EventLog_Inst]
  113. AddReg = nv4_EventLog_AddReg
  114.  
  115. [nv4_EventLog_AddReg]
  116. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv4_mini.sys"
  117. HKR,,TypesSupported,0x00010001,7
  118. HKEY_CLASSES_ROOT,"CLSID\{921BD320-8CB5-11CF-84CF-885835D9DC05}\InProcServer32" ,,,hcplriva.dll
  119. HKEY_CLASSES_ROOT,"CLSID\{921BD320-8CB5-11CF-84CF-885835D9DC05}\InProcServer32",ThreadingModel,,Apartment
  120. HKEY_LOCAL_MACHINE,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\rivatnt",,,"{921BD320-8CB5-11CF-84CF-885835D9DC05}"
  121. HKEY_LOCAL_MACHINE, "System\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\nv4\Device0", "DefaultSettings.BitsPerPel",   %REG_DWORD%,     8
  122. HKEY_LOCAL_MACHINE, "System\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\nv4\Device0", "DefaultSettings.XResolution",  %REG_DWORD%,   640
  123. HKEY_LOCAL_MACHINE, "System\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\nv4\Device0", "DefaultSettings.YResolution",  %REG_DWORD%,   480
  124. HKEY_LOCAL_MACHINE, "System\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Services\nv4\Device0", "DefaultSettings.VRefresh",     %REG_DWORD%,    60
  125.  
  126. ;
  127. ; Software Installation
  128. ;
  129.  
  130. [nv4.SoftwareSettings]
  131. AddReg = nv4_SoftwareDeviceSettings
  132. AddReg = nv4_OpenGLSoftwareSettings
  133.  
  134. ;
  135. ; NV Service Installation
  136. ;
  137.  
  138. ;[nv4.SoftwareSettings]
  139. ;AddReg = nv4_SoftwareDeviceSettings
  140.  
  141. [nv4_SoftwareDeviceSettings]
  142. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv4_disp
  143. HKR,, VgaCompatible,               %REG_DWORD%,    0
  144. HKR,, DefaultSettings.BitsPerPel,  %REG_DWORD%,    8
  145. HKR,, DefaultSettings.XResolution,  %REG_DWORD%,   640
  146. HKR,, DefaultSettings.YResolution,  %REG_DWORD%,   480
  147.  
  148. HKLM,"System\CurrentControlSet\Services\hcusys",   "ErrorControl",    %REG_DWORD%,    0x00000001
  149. HKLM,"System\CurrentControlSet\Services\hcusys",   "Group",           %REG_SZ%,       ExtendedBase
  150. HKLM,"System\CurrentControlSet\Services\hcusys",   "Start",           %REG_DWORD%,    0x00000002
  151. HKLM,"System\CurrentControlSet\Services\hcusys",   "Type",            %REG_DWORD%,    0x00000001
  152.  
  153. [nv4_OpenGLSoftwareSettings]
  154. HKLM,"SOFTWARE\Microsoft\%WinNTDir%\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  155. ;HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  156. ;HKLM,Software\Microsoft\%WinNTDir%\CurrentVersion\OpenGLdrivers,nv4oglnt,,""
  157.  
  158. ;
  159. ; Source file information
  160. ;
  161.  
  162. [SourceDisksNames]
  163. 1 = %DiskId1%,,,""
  164. 2 = %DiskId2%,,,""
  165.  
  166. [SourceDisksFiles]
  167. hcplriva.dll=1
  168. nv4_disp.dll=1
  169. nv4_mini.sys=1
  170. hcusys.sys=1
  171. hcplriva.inf=1
  172. touchnt.hlp=1
  173. touchnt.cnt=1
  174. zoomin.exe=1
  175. zwdll.dll=1
  176. hercules.url=1
  177. contact.htm=1
  178. default.htm=1
  179. infoserv.htm=1
  180. speedy.exe=1
  181. face.bmp=1
  182. speedy.hlp=1
  183. gryjag-d.gif=1
  184. header.gif=1
  185. redjag-r.gif=1
  186. hercstr.1=1
  187. nv4oglnt.dll=2
  188.  
  189. [Strings]
  190.  
  191. ;
  192. ; Non-Localizable Strings
  193. ;
  194.  
  195. REG_SZ         = 0x00000000
  196. REG_MULTI_SZ   = 0x00010000
  197. REG_EXPAND_SZ  = 0x00020000
  198. REG_BINARY     = 0x00000001
  199. REG_DWORD      = 0x00010001
  200. SERVICEROOT    = System\CurrentControlSet\Services
  201.  
  202. ;
  203. ; Localizable Strings
  204. ;
  205.  
  206. ;DiskId="Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
  207. ;GraphAdap="Graphics Adapter"
  208. Hercules="Hercules Computer Technology, Inc."
  209. AllUsersDir = "profiles\All Users\Start Menu\PROGRAMS\STARTUP"
  210. WinNTDir    = "Windows NT"
  211. DiskId1="Hercules Riva TNT display driver NT Disk 1"
  212. DiskId2="Hercules Riva TNT display driver NT Disk 2"
  213.