; neomagic.inf ; ; Installation inf for the NeoMagic neomagic graphics adapter. ; [Version] Signature="$CHICAGO$" Provider=%NeoMagic% ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} Class=Display [DestinationDirs] DefaultDestDir = 11 neomagic.Miniport = 12 ; drivers neomagic.Display = 11 ; system32 ; ; Driver information ; [Manufacturer] %NeoMagic% = NeoMagic.Mfg [NeoMagic.Mfg] %NeoMagic% MagicGraph 128/Z/ZV = neomagic ; ; General installation section ; [neomagic] CopyFiles=neomagic.Miniport, neomagic.Display ; ; File sections ; [neomagic.Miniport] neo20xx.sys [neomagic.Display] neo20xx.dll ; ; Service Installation ; [neomagic.Services] AddService = neomagic, 0x00000002, neomagic_Service_Inst, neomagic_EventLog_Inst [neomagic_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\neo20xx.sys [neomagic_EventLog_Inst] AddReg = neomagic_EventLog_AddReg [neomagic_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\neo20xx.sys" HKR,,TypesSupported,0x00010001,7 ; ; Software Installation ; [neomagic.SoftwareSettings] AddReg = neomagic_SoftwareDeviceSettings [neomagic_SoftwareDeviceSettings] HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, neo20xx HKR,, VgaCompatible, %REG_DWORD%, 0 ; ; Source file information ; [SourceDisksNames.x86] 1 = %DiskId%,,,"" [SourceDisksFiles] neo20xx.sys = 1 neo20xx.dll = 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 = "NeoMagic Installation DISK (VIDEO)" GraphAdap = "Graphics Adapter" NeoMagic = "NeoMagic"