; Installation inf for the TechnoTrend DVB USB 2.0 BDA Devices ; ; (c) Copyright 2005 TechnoTrend AG ; [Version] signature = "$CHICAGO$" ;all windows os Class = MEDIA ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318} Provider = %MSFT% DriverVer = 07/07/2005,1.0.0.9 CatalogFile = ttusb2bda.cat [Manufacturer] %MfgName% = TechnoTrend [TechnoTrend] %USB\VID_0B48&PID_3004.DeviceDesc% = TTUSB2BDA, USB\VID_0B48&PID_3004 ; DVB-T Stick %USB\VID_0B48&PID_3005.DeviceDesc% = TTUSB2BDA, USB\VID_0B48&PID_3005 ; DVB-T Stick (8 KB EEPROM) [DestinationDirs] TTUSB2BDA.CopyCoInst = 11 TTUSB2BDA.CopyFiles = 10,system32\drivers ; be aware not to use 12 as the drivers directory, ; as driver will not work anymore in W98 [SourceDisksNames] 1 = %TTUSB2BDA_INST_DISC%,, [SourceDisksFiles] UsbCoInstaller.dll = 1 ttusb2bda.sys = 1 [TTUSB2BDA.CopyCoInst] UsbCoInstaller.dll [TTUSB2BDA.CopyFiles] ttusb2bda.sys ; ;*** initialization and registry entries ; [TTUSB2BDA.ntx86.CoInstallers] CopyFiles = TTUSB2BDA.CopyCoInst AddReg = TTUSB2BDA.CoInstaller_AddReg [TTUSB2BDA.CoInstaller_AddReg] HKR,,CoInstallers32,0x00010000,"UsbCoInstaller.dll, CoInstallerEntry" [TTUSB2BDA.ntx86] Include = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf Needs = KS.Registration.NT, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT CopyFiles = TTUSB2BDA.CopyFiles AddReg = TTUSB2BDA.AddReg [TTUSB2BDA.ntx86.Services] AddService = TTUSB2BDA, 0x00000002, TTUSB2BDA.ServiceInstall [TTUSB2BDA.ServiceInstall] DisplayName = %DISPLAY_NAME% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_IGNORE% ServiceBinary = %12%\ttusb2bda.sys [TTUSB2BDA.AddReg] HKR,,DevLoader,,*NTKERN HKR,,NTMPDriver,,ttusb2bda.sys [Strings] ; system defines SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 FLG_REGSVR_DLLREGISTER = 0x00000001 ;Our strings MSFT = "TechniSat" MfgName = "TechniSat Digital GmbH" TTUSB2BDA_INST_DISC = "TechniSat TTUSB2BDA Installation Disc" DISPLAY_NAME = "TTUSB2BDA USB 2.0 Driver" USB\VID_0B48&PID_3004.DeviceDesc = "TechniSat AirStar TeleStick T1 (BDA)" USB\VID_0B48&PID_3005.DeviceDesc = "TechniSat AirStar TeleStick T1 (BDA) (8 KB EEPROM)"