; Imagine.inf ; ; Installation inf for the Imagine 128 graphics adapter. ; [Version] Signature="$CHICAGO$" Provider=%#9% ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} Class=Display [DestinationDirs] DefaultDestDir = 11 n9i128.Miniport = 12 ; drivers n9i128.Display = 11 ; system32 ; ; Driver information ; [Manufacturer] %#9% = #9.Mfg [#9.Mfg] Number Nine Visual technologies Imagine 128 = n9i128 ; ; General installation section ; [n9i128] CopyFiles=n9i128.Miniport, n9i128.Display ; ; File sections ; [n9i128.Miniport] n9i128.sys [n9i128.Display] n9i128.dll ; ; Service Installation ; [n9i128.Services] AddService = n9i128, 0x00000002, n9i128_Service_Inst, n9i128_EventLog_Inst [n9i128_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\n9i128.sys [n9i128_EventLog_Inst] AddReg = n9i128_EventLog_AddReg [n9i128_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\n9i128.sys" HKR,,TypesSupported,0x00010001,7 ; ; Software Installation ; [n9i128.SoftwareSettings] AddReg = n9i128_SoftwareDeviceSettings [n9i128_SoftwareDeviceSettings] HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, n9i128 HKR,, VgaCompatible, %REG_DWORD%, 0 ; ; Source file information ; [SourceDisksNames.x86] 1 = %DiskId%,,,"" [SourceDisksFiles] n9i128.dll = 1 n9i128.sys = 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 technologies"