; ; Installation file for Panasonic DVD Recorder Filter Driver ; ; (c) Petr Borsodi, 2007 ; [Version] ;; Modified for Sony DVD recorder - S Powell 2009 Signature = "$Windows NT$" Class = Image ClassGuid = {6BDD1FC6-810F-11D0-BEC7-08002BE2092F} Provider = %PEBO% DriverVer=07/01/2009,10.0.0.0 ;----------------------------------------------------------------------------- ; Source and target directories and files [SourceDisksNames] 1 = %SourceDisk%, , , [SourceDisksFiles] PDRFlt.sys = 1 PDRFlt.dv = 1 [DestinationDirs] DefaultDestDir = 12 ;----------------------------------------------------------------------------- ; Manufacturers [Manufacturer] %Generic% = Generic %Sony% = Sony ;----------------------------------------------------------------------------- ; Generic devices [Generic] ;----------------------------------------------------------------------------- ; Panasonic devices [Sony] %AVC\Sony&TYP_4&DV% = PDRFlt.Generic, AVC\Sony&TYP_4&DV ;----------------------------------------------------------------------------- ; Driver installation [PDRFlt.Generic.NT] Include = msdv.inf, ks.inf, kscaptur.inf Needs = DVCR.Generic.NT, KS.Registration.NT, KSCAPTUR.Registration.NT CopyFiles = PDRFlt.CopyFiles AddReg = PDRFlt.AddReg SubClass = StillImage DeviceType = 3 DeviceSubType = 0x1 Capabilities = 0x00000031 DeviceData = PDRFlt.DeviceData ICMProfiles = "sRGB Color Space Profile.icm" [PDRFlt.Generic.NT.Interfaces] Include = msdv.inf Needs = DVCR.Generic.NT.Interfaces [PDRFlt.Generic.NT.Services] Include = msdv.inf Needs = DVCR.Generic.NT.Services AddService = PDRFlt, 0x00000002, PDRFlt.Service [PDRFlt.Generic.NT.HW] AddReg = PDRFlt.HW.AddReg ;----------------------------------------------------------------------------- [PDRFlt.CopyFiles] PDRFlt.sys PDRFlt.dv [PDRFlt.AddReg] HKR, , "UseNTSC", 0x00010003, 0x00000000 [PDRFlt.DeviceData] Server = local UI DLL = sti.dll UI Class ID = {5d8ef5a3-ac13-11d2-a093-00c04f72dc3c} [PDRFlt.Service] DisplayName = %PDRFlt.Capture% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\PDRFlt.sys [PDRFlt.HW.AddReg] HKR, , "LowerFilters", 0x00010008, "PDRFlt" ;----------------------------------------------------------------------------- [Strings] PEBO = "Petr Borsodi" SourceDisk = "Installation disc for PDRFlt Driver" Generic = "Generic" Sony = "Sony" AVC\Sony&TYP_4&DV = "Sony DVD Recorder (PDRFlt)" PDRFlt.Capture = "Panasonic DVD Recorder - Filter Driver for MSDV"