XrUsbUnified.inf Driver File Contents (CN546.zip)

; XrUsbUnified.INF for 32/64-bit systems
; Unified for all platforms, all devices
; Copyright 2005 X-Rite, Incorporated
; 

;*****************************************************************************
; Version section
;-----------------------------------------------------------------------------
[Version] 
Signature = "$Windows NT$" ; use $CHICAGO$ for all Windows
Class=USB
Provider=%X-Rite% 
DriverVer= 01/10/2007, 3.1.0.0
ClassGUID={36fc9e60-c465-11cf-8056-444553540000} 

; This specifies the .cat file provided by WHQL if the driver is certified.
CatalogFile=XrUSB.cat	; currently not available, removing this makes no diff.

;*****************************************************************************
; Sources section
;-----------------------------------------------------------------------------
;
; diskid=description[, [tagfile] [, <unused>, subdir]]
;
; not specifying SourceDisksNames, because we are not using floppies or CD-ROM
;
[SourceDisksNames]
1 = %X-RiteAppCDROM%,,,

[SourceDisksFiles.amd64]
XrUsb64.sys = 1; %DIRID_PROGRAM_FILES_X86%, \X-Rite\USBdrivers\amd64 ; Program Files\X-Rite\amd64

[SourceDisksFiles.x86]
XrUsb.sys = 1; %DIRID_PROGRAM_FILES_X86%, \X-Rite\USBdrivers\i386 ; Program Files\X-Rite\i386

[SourceDisksFiles]
XrUsb.sys = 1; %DIRID_PROGRAM_FILES_X86%, \X-Rite\USBdrivers\i386 ; Program Files\X-Rite\i386

[DestinationDirs] 
DefaultDestDir = 12 ; DIRID_DRIVERS = \system32\drivers on WinNT platforms

;*****************************************************************************
; Manufacturer section, decorated for 64-bits
; see http://www.pro-networks.org/forum/about51481.html&sid=bf125b8833af92e32adcfdb70c2fcd90
;
;-----------------------------------------------------------------------------
[Manufacturer] 
%X-Rite%=X-Rite, NTx86, NTamd64


;*****************************************************************************
; Models section
;-----------------------------------------------------------------------------

[X-Rite.NTamd64]
%DTP20%=XrUsb_install, USB\VID_0765&PID_D020
%DTP32%=XrUsb_install, USB\VID_0765&PID_D032
%DTP34%=XrUsb_install, USB\VID_0765&PID_D034
%DTP40%=XrUsb_install, USB\VID_0765&PID_D040
%DTP41%=XrUsb_install, USB\VID_0765&PID_D041
%DTP45%=XrUsb_install, USB\VID_0765&PID_D045
%DTP70%=XrUsb_install, USB\VID_0765&PID_D070
%DTP92%=XrUsb_install, USB\VID_0765&PID_D092
%DTP94%=XrUsb_install, USB\VID_0765&PID_D094
%ILS20%=XrUsb_install, USB\VID_0765&PID_D120
%XRD60%=XrUsb_install, USB\VID_0765&PID_D260

[X-Rite.NTx86]
%DTP20%=XrUsb_install, USB\VID_0765&PID_D020
%DTP32%=XrUsb_install, USB\VID_0765&PID_D032
%DTP34%=XrUsb_install, USB\VID_0765&PID_D034
%DTP40%=XrUsb_install, USB\VID_0765&PID_D040
%DTP41%=XrUsb_install, USB\VID_0765&PID_D041
%DTP45%=XrUsb_install, USB\VID_0765&PID_D045
%DTP70%=XrUsb_install, USB\VID_0765&PID_D070
%DTP92%=XrUsb_install, USB\VID_0765&PID_D092
%DTP94%=XrUsb_install, USB\VID_0765&PID_D094
%ILS20%=XrUsb_install, USB\VID_0765&PID_D120
%XRD60%=XrUsb_install, USB\VID_0765&PID_D260

[X-Rite]
%DTP20%=XrUsb_install, USB\VID_0765&PID_D020
%DTP32%=XrUsb_install, USB\VID_0765&PID_D032
%DTP34%=XrUsb_install, USB\VID_0765&PID_D034
%DTP40%=XrUsb_install, USB\VID_0765&PID_D040
%DTP41%=XrUsb_install, USB\VID_0765&PID_D041
%DTP45%=XrUsb_install, USB\VID_0765&PID_D045
%DTP70%=XrUsb_install, USB\VID_0765&PID_D070
%DTP92%=XrUsb_install, USB\VID_0765&PID_D092
%DTP94%=XrUsb_install, USB\VID_0765&PID_D094
%ILS20%=XrUsb_install, USB\VID_0765&PID_D120
%XRD60%=XrUsb_install, USB\VID_0765&PID_D260

;*****************************************************************************
; DDInstall section
;-----------------------------------------------------------------------------
[XrUsb_install.NTamd64]
AddReg = XrUsb_install.NTamd64.AddReg
CopyFiles= @XrUsb64.sys

[XrUsb_install.NTx86]
AddReg = XrUsb_install.NTx86.AddReg
CopyFiles= @XrUsb.sys

[XrUsb_install]
AddReg = XrUsb_install.AddReg
CopyFiles= @XrUsb.sys

[XrUsb_install.NTamd64.AddReg]
HKR,,NTMPDriver,,XrUSB64.sys
; HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
HKR,,TypesSupported,%REG_DWORD%,7

[XrUsb_install.NTx86.AddReg]
HKR,,NTMPDriver,,XrUSB.sys
; HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
HKR,,TypesSupported,%REG_DWORD%,7

[XrUsb_install.AddReg]
HKR,,NTMPDriver,,XrUSB.sys
; HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
HKR,,TypesSupported,%REG_DWORD%,7

[XrUsb_install.NTamd64.Services]
AddService=%X-Rite%,0x00000002, XrUsb64_Service_Inst.NTamd64

[XrUsb_install.NTx86.Services]
AddService=%X-Rite%,0x00000002, XrUsb_Service_Inst.NTx86

[XrUsb_install.Services]
AddService=%X-Rite%,0x00000002, XrUsb_Service_Inst

[XrUsb64_Service_Inst.NTamd64]
DisplayName = %X-Rite.USB.Service%
ServiceType = %SERVICE_KERNEL_DRIVER% 
StartType = %SERVICE_DEMAND_START% 
ErrorControl = %SERVICE_ERROR_NORMAL% 
ServiceBinary = %12%\XrUsb64.sys 
LoadOrderGroup = Base

[XrUsb_Service_Inst.NTx86]
DisplayName=%X-Rite.USB.Service%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%12%\XrUsb.sys
LoadOrderGroup=Base

[XrUsb_Service_Inst]
DisplayName=%X-Rite.USB.Service%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%12%\XrUsb.sys
LoadOrderGroup=Base




;*****************************************************************************
; Strings section
;-----------------------------------------------------------------------------

[Strings] 

;  *******Localizable Strings******* 
X-RiteDistribution= "X-Rite"
DIRID_PROGRAM_FILES = 16422
DIRID_PROGRAM_FILES_X86 = 16426
X-RiteAppCDROM="Driver directory"
Floppy_Description="XRITEUSB"
X-Rite="X-Rite"
X-Rite.USB.Service="X-Rite USB Service"
DTP20="X-Rite DTP20"
DTP32="X-Rite DTP32"
DTP34="X-Rite DTP34"
DTP40="X-Rite DTP40"
DTP41="X-Rite DTP41"
DTP45="X-Rite DTP45"
DTP70="X-Rite DTP70"
DTP92="X-Rite DTP92"
DTP94="X-Rite DTP94"
ILS20="X-Rite ILS20"
XRD60="X-Rite XRD60"

;  *******Non Localizable Strings******* 

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 

REG_EXPAND_SZ = 0x00020000 
REG_DWORD = 0x00010001 
Download Driver Pack

How To Update Drivers Manually

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.

server: web4, load: 0.90