home *** CD-ROM | disk | FTP | other *** search
- ; Imagine3.inf
- ;
- ; Installation inf for the Revolution 3D graphics adapter.
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%#9%
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
-
- [DestinationDirs]
- DefaultDestDir = 11
- revolution3d.Miniport = 12 ; drivers
- revolution3d.Display = 11 ; system32
- revolution3d.ControlPanel = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %#9% = #9.Mfg
-
- [#9.Mfg]
- Number Nine Visual Technology Revolution 3D = revolution3d
-
-
- ;
- ; General installation section
- ;
-
- [revolution3d]
- CopyFiles=revolution3d.Miniport, revolution3d.Display, revolution3d.ControlPanel
-
- ;
- ; File sections
- ;
-
- [revolution3d.Miniport]
- n9i3d.sys
-
- [revolution3d.Display]
- n9i3disp.dll
-
- [revolution3d.ControlPanel]
- nn_cpl.cpl
-
- ;
- ; Service Installation
- ;
-
- [revolution3d.Services]
- AddService = revolution3d, 0x00000002, revolution3d_Service_Inst, revolution3d_EventLog_Inst
-
- [revolution3d_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\n9i3d.sys
-
- [revolution3d_EventLog_Inst]
- AddReg = revolution3d_EventLog_AddReg
-
- [revolution3d_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\n9i3d.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [revolution3d.SoftwareSettings]
- AddReg = revolution3d_SoftwareDeviceSettings
-
- [revolution3d_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, n9i3disp
- HKR,, VgaCompatible, %REG_DWORD%, 0
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- n9i3disp.dll = 1
- n9i3d.sys = 1
- nn_cpl.cpl = 1
-
-
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = System\CurrentControlSet\Services
-
- ;
- ; Localizable Strings
- ;
-
- DiskId="Number 9 Installation DISK (VIDEO)"
- #9="Number Nine Visual Technology"
-