home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 June / Vpr9806a.iso / DRIVER / no9 / NT410318 / NT410318.ZIP / REV3D.INF < prev   
Windows Setup INFormation  |  1997-08-05  |  2KB  |  116 lines

  1. ; Imagine3.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,, VgaCompatible,               %REG_DWORD%,    0
  81.  
  82.  
  83. ;
  84. ; Source file information
  85. ;
  86.  
  87. [SourceDisksNames.x86]
  88. 1 = %DiskId%,,,""
  89.  
  90. [SourceDisksFiles]
  91. n9i3disp.dll  = 1
  92. n9i3d.sys     = 1
  93. nn_cpl.cpl    = 1
  94.  
  95.  
  96.  
  97. [Strings]
  98.  
  99. ;
  100. ; Non-Localizable Strings
  101. ;
  102.  
  103. REG_SZ         = 0x00000000
  104. REG_MULTI_SZ   = 0x00010000
  105. REG_EXPAND_SZ  = 0x00020000
  106. REG_BINARY     = 0x00000001
  107. REG_DWORD      = 0x00010001
  108. SERVICEROOT    = System\CurrentControlSet\Services
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113.  
  114. DiskId="Number 9 Installation DISK (VIDEO)"
  115. #9="Number Nine Visual Technology"
  116.