; gdihook5.inf ; Installation inf for the gdihook5 graphics adapter. [Version] Signature="$CHICAGO$" Provider=%PCI% ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} Class=Display DriverVer=03/14/2007,10.02.0.0 ;CatalogFile=gdihook5.cat [DestinationDirs] DefaultDestDir = 11 gdihook5.Miniport = 12 ; drivers gdihook5.Display = 11 ; system32 ; ; Driver information ; [Manufacturer] %PCI% = gdihook5.Mfg [gdihook5.Mfg] %gdihook5.DeviceDesc0% = gdihook5, pci_gdihook5_hwid ; ; General installation section ; [gdihook5] CopyFiles=gdihook5.Miniport, gdihook5.Display ; ; File sections ; [gdihook5.Miniport] gdihook5.sys [gdihook5.Display] gdihook5.dll ; ; Service Installation ; [gdihook5.Services] AddService = gdihook5, 0x00000002, gdihook5_Service_Inst [gdihook5_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\gdihook5.sys ; ; Software Installation ; [gdihook5.SoftwareSettings] AddReg = gdihook5_SoftwareDeviceSettings [gdihook5_SoftwareDeviceSettings] HKR,, MirrorDriver, %REG_DWORD%, 1 HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, gdihook5 HKR,, VgaCompatible, %REG_DWORD%, 0 HKR,, Attach.ToDesktop, %REG_DWORD%, 1 ; ; Not currently used: ; [gdihook5.GeneralConfigData] MaximumNumberOfDevices = 1 KeepExistingDriverEnabled = 1 ; ; Source file information ; [SourceDisksNames.x86] 1 = %DiskId%,,,"" [SourceDisksFiles] gdihook5.sys = 1 gdihook5.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 ; gdihook5.DeviceDesc0 = "PCI GDIHOOK5" DiskId = "Gdihook5 Installation DISK (VIDEO)" PCI = "Productive Computer Insight" gdihook5 = "PCI Gdihook5 Driver"