; combus.inf ; ; Installation file (.inf) for the eGalax_eMPIA Touchscreen Enumerator. ; ; (c) Copyright 2011~2015 eGalax_eMPIA Technology Inc. ; [Version] Signature="$Windows NT$" Class = System ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318} Provider = "eGalax_eMPIA Technology Inc." CatalogFile = combus.cat DriverVer=04/08/2015, 1.3.0.5208 [DestinationDirs] DefaultDestDir = 12 ; ; Driver information ; [Manufacturer] %eGalax% = eGalax.Mfg [eGalax.Mfg] %eGalax.DeviceDesc0% = combus, ROOT\COMBUS ; ; General installation section ; [combus] AddReg=combus.AddReg ; Copy the driver over CopyFiles=combus.CopyFiles [combus.AddReg] ; ; File sections ; [combus.CopyFiles] combus.sys ; ; Service Installation ; [combus.Services] AddService = combus, 0x00000002 , combus_Service_Inst, combus_EventLog_Inst [combus_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Pointer Port ServiceBinary = %12%\combus.sys [combus_EventLog_Inst] AddReg = combus_EventLog_AddReg [combus_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\combus.sys" HKR,,TypesSupported,0x00010001,7 ; ; Source file information ; [SourceDisksNames.x86] 1 = %DiskId1%,,,"" [SourceDisksFiles] ; Files for disk "eGalax_eMPIA Technology Inc. Installation Disk #1 combus.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 ; eGalax.DeviceDesc0 = "eGalax_eMPIA Touchscreen Enumerator" eGalax = "eGalax_eMPIA Technology Inc." DiskId1 = "eGalax_eMPIA Technology Inc., Touchscreen Enumerator Installer"