; Windows 2000, XP, Vista, 7 and 8 (x32 and x64) setup file for Atmel CDC Devices ; Copyright (c) 2000-2013 ATMEL, Inc. [Version] Signature = "$Windows NT$" Class = Ports ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318} Provider = %Manufacturer% CatalogFile = epd_reader.cat DriverVer = 04/20/2016,1.0.0.023 ;---------------------------------------------------------- ; Targets 0x0EBB ;---------------------------------------------------------- [Manufacturer] %Manufacturer%=DeviceList, NTAMD64, NTIA64, NT [DeviceList] %THERMO_EPD_READER_CDC%=DriverInstall, USB\VID_0EBB&PID_0340&MI_00 [DeviceList.NTAMD64] %THERMO_EPD_READER_CDC%=DriverInstall.NTamd64, USB\VID_0EBB&PID_0340&MI_00 [DeviceList.NT] %THERMO_EPD_READER_CDC%=DriverInstall.NT, USB\VID_0EBB&PID_0340&MI_00 ;---------------------------------------------------------- ; Windows 2000, XP, Vista, Windows 7, Windows 8 - 32bit ;---------------------------------------------------------- [Reader_Install.NTx86] [DestinationDirs] FakeModemCopyFileSection=12 DefaultDestDir=12 [DriverInstall.NT] include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection AddReg=DriverInstall.NT.AddReg [DriverInstall.NT.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [DriverInstall.NT.Services] AddService = usbser, 0x00000002, DriverService.NT [DriverService.NT] DisplayName = %Serial.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbser.sys ;---------------------------------------------------------- ; Windows XP, Vista, Windows 7, Windows 8 - 64bit ;---------------------------------------------------------- [DriverInstall.NTamd64] include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection AddReg=DriverInstall.NTamd64.AddReg [DriverInstall.NTamd64.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [DriverInstall.NTamd64.Services] AddService=usbser, 0x00000002, DriverService.NTamd64 [DriverService.NTamd64] DisplayName=%Serial.SvcDesc% ServiceType=1 StartType=3 ErrorControl=1 ServiceBinary=%12%\usbser.sys ;---------------------------------------------------------- ; String ;---------------------------------------------------------- [Strings] Manufacturer = "Thermo Fisher Scientific" THERMO_EPD_READER_CDC = "EPD Reader" Serial.SvcDesc = "USB Serial emulation driver"