; Jungo Confidential. Copyright (c) 2009 Jungo. http://www.jungo.com ; Generated by DriverWizard v10.02. ; Installation file (.inf) for "USB Multilink 2.0" device ; ; You can create a customized version of this file ; by modifying the specified sections. ; ; Refer to Windows DDK documentation for more information on INF files ; ; Version Information ; ------------------- [Version] Signature="$CHICAGO$" ; Represents all Windows OSs Provider=%jun% ; For WHQL, you shou2ld obtain a catalog signed by Microsoft Hardware Compatibility Labs CatalogFile=pemicro12.cat DriverVer=11/29/2017, 12.7.0 ; Select an appropriate class for the device. ; There are several options: ; - Use the Jungo class. ; - Define your own class by generating a private GUID and a class description. ; - Use a system-defined class. This is required for a device that belongs to ; a device class that is supported by system-provided drivers, i.e. HID or USB Audio. ; For example, to replace a default USB mouse driver you have to specify the ; description and GUID of HID class: ; Class=HIDClass ; ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da} ; ; We use a Jungo class, you may modify here and use a different class: Class=Jungo ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b} ; Driver Information ; ------------------ [Manufacturer] ; You may modify the manufacturer name by changing the Mfg variable in the [Strings] ; section in this INF file. %Mfg%=DeviceList,NTamd64 ; The 'Install' lines under the [DeviceList] include the device name that will ; be displayed in the Device Managerand the hardware IDs. ; You may modify the device names and the hardware IDs. ; The Vendor ID is 1357, and the Product ID is 0503 ; x86 platform, Windows 2000 and later [DeviceList] "USB Multilink 2.0"=Install, USB\VID_1357&PID_0503 "Cyclone/TraceLink"=Install, USB\VID_1357&PID_0001 "PEMicro OpenSDA Debug Driver"=Install, USB\VID_1357&PID_0089&Mi_02 "PEMicro USB and Serial Interface (i01)"=Install, USB\VID_1357&PID_0504&Mi_01 "PEMicro USB and Serial Interface (i00)"=Install, USB\VID_1357&PID_0504&Mi_00 ; x64 platform, Windows XP x64 edition and later [DeviceList.NTamd64] "USB Multilink 2.0"=Install, USB\VID_1357&PID_0503 "Cyclone/TraceLink"=Install, USB\VID_1357&PID_0001 "PEMicro OpenSDA Debug Driver"=Install, USB\VID_1357&PID_0089&Mi_02 "PEMicro USB and Serial Interface (i01)"=Install, USB\VID_1357&PID_0504&Mi_01 "PEMicro USB and Serial Interface (i00)"=Install, USB\VID_1357&PID_0504&Mi_00 ; Installation Section ; -------------------- [Install.NT] ; Installation script for Windows 2000 and later CopyFiles=WINDRIVER.Files.Sys, WINDRIVER.Files.Dll.32bin, WINDRIVER.Files.Dll.64bin AddReg=UpDateRegistry [WINDRIVER.Files.Sys] ; To copy pemicrowindrvr.sys upon installation remove the ';' from the start of the following line pemicrowindrvr.sys [WINDRIVER.Files.Dll.32bin] peusb32bin64os.dll peusbmgr2.dll [WINDRIVER.Files.Dll.64bin] peusb64bin64os.dll peusbmgr264.dll [ClassInstall32] ; Register a new class in Windows 2000 and later AddReg=UpDateRegistry [UpDateRegistry] HKR,,,,Jungo HKR,,Icon,,-5 HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,, pemicrowindrvr.sys [ControlFlags] ExcludeFromSelect = * ; Remove all devices listed in this INF file from certain user ; interface displays, from which a user is expected to select a particular device ; for installation. [PreCopySection] HKR,,NoSetupUI,,1 ; Defining WinDriver6 Service ; --------------------------- [Install.NT.Services] Addservice=pemicrowindrvr, 0x00000002, Service_Info [Service_Info] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %10%\System32\Drivers\pemicrowindrvr.sys ; Source File Information ; ----------------------- [SourceDisksFiles] pemicrowindrvr.sys=1 ; This indicates that the pemicrowindrvr.sys file is located on ; disk number 1 of "P&E Microcomputer Systems, Inc. Installation disks" set. peusb32bin64os.dll=1,\redist, peusb64bin64os.dll=1,\redist, peusbmgr2.dll=1,\redist, peusbmgr264.dll=1,\redist, [SourceDisksNames] 1="P&E Microcomputer Systems, Inc. Installation Disk",, ; This indicates that disk number 1 ; has the label "P&E Microcomputer Systems, Inc. Installation Disk". The installer will ; search for pemicrowindrvr.sys in this disk. [DestinationDirs] WINDRIVER.Files.Sys=10, System32\Drivers ; The location to which the pemicrowindrvr.sys ; file will be copied (10 translates to the correct Windows directory ; on the target machine). WINDRIVER.Files.Dll.32bin=10, SysWOW64 WINDRIVER.Files.Dll.64bin=10, System32 ;---------------------------------------------------------------; [Strings] jun="Jungo LTD." Mfg="P&E Microcomputer Systems, Inc."