home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / NO9 / 410230 / IMAGINE2.INF next >
Windows Setup INFormation  |  1997-01-16  |  2KB  |  113 lines

  1.  
  2. ; ImagineII.inf
  3. ;
  4. ; Installation inf for the Imagine 128 II graphics adapter.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%#9%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. n9i128v2.Miniport  = 12  ; drivers
  16. n9i128v2.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %#9%     =  #9.Mfg
  24.  
  25. [#9.Mfg]
  26. Number Nine Visual Technologies Imagine 128 II          = n9i128v2
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [n9i128v2]
  34. CopyFiles=n9i128v2.Miniport, n9i128v2.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [n9i128v2.Miniport]
  41. n9i128v2.sys
  42.  
  43. [n9i128v2.Display]
  44. n9i128v2.dll
  45.  
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [n9i128v2.Services]
  52. AddService = n9i128v2, 0x00000002, n9i128v2_Service_Inst, n9i128v2_EventLog_Inst
  53.  
  54. [n9i128v2_Service_Inst]
  55. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  56. StartType      = 1                  ; SERVICE_SYSTEM_START
  57. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup = Video
  59. ServiceBinary  = %12%\n9i128v2.sys
  60.  
  61. [n9i128v2_EventLog_Inst]
  62. AddReg = n9i128v2_EventLog_AddReg
  63.  
  64. [n9i128v2_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\n9i128v2.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [n9i128v2.SoftwareSettings]
  74. AddReg = n9i128v2_SoftwareDeviceSettings
  75.  
  76. [n9i128v2_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, n9i128v2
  78. HKR,, VgaCompatible,               %REG_DWORD%,    0
  79.  
  80.  
  81. ;
  82. ; Source file information
  83. ;
  84.  
  85. [SourceDisksNames.x86]
  86. 1 = %DiskId%,,,""
  87.  
  88. [SourceDisksFiles]
  89. n9i128v2.dll  = 1
  90. n9i128v2.sys  = 1
  91.  
  92.  
  93.  
  94. [Strings]
  95.  
  96. ;
  97. ; Non-Localizable Strings
  98. ;
  99.  
  100. REG_SZ         = 0x00000000
  101. REG_MULTI_SZ   = 0x00010000
  102. REG_EXPAND_SZ  = 0x00020000
  103. REG_BINARY     = 0x00000001
  104. REG_DWORD      = 0x00010001
  105. SERVICEROOT    = System\CurrentControlSet\Services
  106.  
  107. ;
  108. ; Localizable Strings
  109. ;
  110.  
  111. DiskId="Number 9 Installation DISK (VIDEO)"
  112. #9="Number Nine Visual Technologies"
  113.