home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / NO9 / 410338 / 410338.exe / REV3D.INF < prev   
Windows Setup INFormation  |  1998-10-23  |  2KB  |  117 lines

  1. ; Rev3D.inf
  2. ;
  3. ; Installation inf for the Revolution 3D graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%#9%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir   = 11
  14. revolution3d.Miniport       = 12  ; drivers
  15. revolution3d.Display        = 11  ; system32
  16. revolution3d.ControlPanel   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %#9%     =  #9.Mfg
  24.  
  25. [#9.Mfg]
  26. Number Nine Visual Technology Revolution 3D = revolution3d
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [revolution3d]
  34. CopyFiles=revolution3d.Miniport, revolution3d.Display, revolution3d.ControlPanel
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [revolution3d.Miniport]
  41. n9i3d.sys
  42.  
  43. [revolution3d.Display]
  44. n9i3disp.dll
  45.  
  46. [revolution3d.ControlPanel]
  47. nn_cpl.cpl
  48.  
  49. ;
  50. ; Service Installation
  51. ;
  52.  
  53. [revolution3d.Services]
  54. AddService = revolution3d, 0x00000002, revolution3d_Service_Inst, revolution3d_EventLog_Inst
  55.  
  56. [revolution3d_Service_Inst]
  57. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  58. StartType      = 1                  ; SERVICE_SYSTEM_START
  59. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  60. LoadOrderGroup = Video
  61. ServiceBinary  = %12%\n9i3d.sys
  62.  
  63. [revolution3d_EventLog_Inst]
  64. AddReg = revolution3d_EventLog_AddReg
  65.  
  66. [revolution3d_EventLog_AddReg]
  67. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\n9i3d.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69.  
  70.  
  71. ;
  72. ; Software Installation
  73. ;
  74.  
  75. [revolution3d.SoftwareSettings]
  76. AddReg = revolution3d_SoftwareDeviceSettings
  77.  
  78. [revolution3d_SoftwareDeviceSettings]
  79. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, n9i3disp
  80. HKR,, MultiBoardFlag,              %REG_DWORD%,    3
  81. HKR,, IBMMCLOCK,                   %REG_DWORD%,    75
  82. HKLM,"Software\Microsoft\Windows\CurrentVersion\MCD","Enable",0x10001,1
  83.  
  84. ;
  85. ; Source file information
  86. ;
  87.  
  88. [SourceDisksNames.x86]
  89. 1 = %DiskId%,,,""
  90.  
  91. [SourceDisksFiles]
  92. n9i3disp.dll  = 1
  93. n9i3d.sys     = 1
  94. nn_cpl.cpl    = 1
  95.  
  96.  
  97.  
  98. [Strings]
  99.  
  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. DiskId="Number 9 Installation DISK (VIDEO)"
  116. #9="Number Nine Visual Technology"
  117.