; -----------------------------------------------------------------------------
;
; Stellaris Quickstart Oscilloscope USB device driver installer
;
; -----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = StellarisMicroScopeDeviceClass
ClassGuid={A4EE4387-1E4D-4d95-A2D4-F0ABD2B9DABD}
Provider = %ProviderName%
CatalogFile=MyCatFile.cat
DriverVer=07/31/2008,1.1.2
; ========== Manufacturer/Models sections ===========
[Manufacturer]
%ProviderName% = StellarisMicroScopeDevice_WinUSB,NTx86,NTamd64
[StellarisMicroScopeDevice_WinUSB.NTx86]
%USB\StellarisMicroScopeDevice.DeviceDesc% =USB_Install, USB\VID_1CBE&PID_0004
[StellarisMicroScopeDevice_WinUSB.NTamd64]
%USB\StellarisMicroScopeDevice.DeviceDesc% =USB_Install, USB\VID_1CBE&PID_0004
; =================== Installation ===================
[ClassInstall32]
AddReg=AddReg_ClassInstall
[AddReg_ClassInstall]
HKR,,,,"%DeviceClassDisplayName%"
HKR,,Icon,,"-20"
[USB_Install]
Include=winusb.inf
Needs=WINUSB.NT
CopyFiles=@lmusbdll.dll
[USB_Install.Services]
Include=winusb.inf
AddService=WinUSB,0x00000002,WinUSB_ServiceInstall
[WinUSB_ServiceInstall]
DisplayName = %WinUSB_SvcDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\WinUSB.sys
[USB_Install.Wdf]
KmdfService=WINUSB, WinUsb_Install
[WinUSB_Install]
KmdfLibraryVersion=1.5
[USB_Install.HW]
AddReg=Dev_AddReg
[Dev_AddReg]
HKR,,DeviceInterfaceGUIDs,0x10000,"{817ED455-BE9F-45a6-A778-1C15B606565B}"
[USB_Install.CoInstallers]
AddReg=CoInstallers_AddReg
CopyFiles=CoInstallers_CopyFiles
[CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"WdfCoInstaller01005.dll,WdfCoInstaller","WinUSBCoInstaller.dll"
[CoInstallers_CopyFiles]
WinUSBCoInstaller.dll
WdfCoInstaller01005.dll
[DestinationDirs]
DefaultDestDir=11
CoInstallers_CopyFiles=11
; ================= Source Media Section =====================
[SourceDisksNames]
1 = %DISK_NAME%,,,\i386
2 = %DISK_NAME%,,,\amd64
3 = %DISK_NAME%,,
[SourceDisksFiles.x86]
WinUSBCoInstaller.dll=1
WdfCoInstaller01005.dll=1
lmusbdll.dll=3
[SourceDisksFiles.amd64]
WinUSBCoInstaller.dll=2
WdfCoInstaller01005.dll=2
; =================== Strings ===================
[Strings]
ProviderName="Texas Instruments Inc."
USB\StellarisMicroScopeDevice.DeviceDesc="Stellaris Oscilloscope Device"
WinUSB_SvcDesc="WinUSB"
DISK_NAME="Stellaris Install Disk"
DeviceClassDisplayName="Stellaris Oscilloscope Devices"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.