; DCO6000.inf ; ; Version 2.1.4.0 , 2008/11/25 ; ; INF File for DCO6000 Serial Driver ; ; (c) Copyright 2008 PenMount ; [Version] Signature="$Windows NT$" Provider=%PENMOUNT% ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318} Class=Mouse DriverVer=11/25/2008,2.1.4.0 CatalogFile.NTx86 = dco6kx86.cat CatalogFile.NTAMD64 = dco6kx64.cat [DestinationDirs] DefaultDestDir = 12 [Manufacturer] %PENMOUNT% = PENMOUNT.Mfg, NTx86, NTamd64 [PENMOUNT.Mfg] %PENMOUNT.DeviceDesc0% = DCO6000, SERENUM\DCO6000 [PENMOUNT.Mfg.NTx86] %PENMOUNT.DeviceDesc0% = DCO6000, SERENUM\DCO6000 [PENMOUNT.Mfg.NTamd64] %PENMOUNT.DeviceDesc0% = DCO6000, SERENUM\DCO6000 ; ; General installation section ; [DCO6000] AddReg=DCO6000.AddReg CopyFiles=DCO6000.CopyFiles [DCO6000.AddReg] ;HKLM,System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318},UpperFilters,0x00010008,xpm HKCU,"Control Panel\Mouse",DoubleClickHeight,0x00000000,"25" HKCU,"Control Panel\Mouse",DoubleClickWidth,0x00000000,"25" HKCU,"Control Panel\Mouse",DoubleClickSpeed,0x00000000,"800" ; ; File sections ; [DCO6000.CopyFiles] DCO6000.sys ; ; Service Installation ; [DCO6000.Services] Include=msmouse.inf Needs=MouClass.Services AddService = DCO6000, 0x00000002 , DCO6000_Service_Inst, DCO6000_EventLog_Inst [DCO6000_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Pointer Port ServiceBinary = %12%\DCO6000.sys [DCO6000_EventLog_Inst] AddReg = DCO6000_EventLog_AddReg [DCO6000_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\DCO6000.sys" HKR,,TypesSupported,0x00010001,7 ; ; Source file information ; [SourceDisksNames.x86] 1=%PenMountDisk%,,,\i386 [SourceDisksNames.amd64] 1=%PenMountDisk%,,,\amd64 [SourceDisksFiles] DCO6000.sys = 1,, [Strings] REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 SERVICEROOT = "System\CurrentControlSet\Services" PENMOUNT_SERVICE = "PenMount 6000 Touch Panel Controller Driver" PENMOUNT.DeviceDesc0 = "PenMount 6000 Serial" PenMountDisk = "PenMount 6000 Touch Panel Controller Driver Installation Disk" PENMOUNT = "PenMount"