; ; Schulze Communication Device Class driver installation file ; (C)2010 Copyright Schulze Elektronik GmbH ; [Version] Signature = "$Windows NT$" Class = Ports ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318} Provider = %SCHULZE% LayoutFile = layout.inf DriverVer = 09/30/2010,1.10 [Manufacturer] %SCHULZE%=DeviceList,NTamd64 [DestinationDirs] DefaultDestDir=12 ;------------------------------------------------------------------------------ ; Vendor and Product ID Definitions ;------------------------------------------------------------------------------ [DeviceList] %DESCRIPTION%=SCHULZE_CDC, USB\VID_1FF9&PID_0001 [DeviceList.NTamd64] %DESCRIPTION%=SCHULZE_CDC, USB\VID_1FF9&PID_0001 ;------------------------------------------------------------------------------ ; Windows x86 2000/XP/Vista32/7 Sections ;------------------------------------------------------------------------------ [SCHULZE_CDC.nt] include=mdmcpq.inf CopyFiles=DriverCopyFiles AddReg=SCHULZE_CDC.nt.AddReg [DriverCopyFiles] usbser.sys,,,0x20 [SCHULZE_CDC.nt.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [SCHULZE_CDC.nt.Services] AddService=usbser, 0x00000002, DriverService [DriverService] DisplayName = %DESCRIPTION% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary= %12%\usbser.sys ;------------------------------------------------------------------------------ ; Windows x64 Sections ;------------------------------------------------------------------------------ [SCHULZE_CDC.NTamd64] include=mdmcpq.inf CopyFiles=DriverCopyFiles.NTamd64 AddReg=SCHULZE_CDC.NTamd64.AddReg [DriverCopyFiles.NTamd64] usbser.sys,,,0x20 [SCHULZE_CDC.NTamd64.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,usbser.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" [SCHULZE_CDC.NTamd64.Services] AddService=usbser, 0x00000002, DriverService.NTamd64 [DriverService.NTamd64] DisplayName=%DESCRIPTION% ServiceType=1 StartType=3 ErrorControl=1 ServiceBinary= %12%\usbser.sys ;------------------------------------------------------------------------------ ; String Definitions ;------------------------------------------------------------------------------ [Strings] SCHULZE="Schulze Elektronik GmbH" DESCRIPTION="Schulze future"