colormunki.inf Driver File Contents (CN546.zip)

;
; colormunki Setup Information file V2.40
; Copyright (c) 2006 by X-Rite
;
; This file supports:
;     Windows 2000
;     Windows XP (32-bit and 64-bit)
;     Windows Server 2003 (32-bit and 64-bit)
;     Windows Vista (32-bit and 64-bit)
;

;******************************************************************************
; Version section
;------------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Provider=%S_Provider%
DriverVer=08/21/2006,2.40.0.1315

; This specifies the .cat file provided by WHQL if the driver is certified.
CatalogFile=colormunki.cat

; A private device class.
Class=XRiteDevices
ClassGUID={D0142122-F525-4e76-86B3-E8AFD91364F2}

;******************************************************************************
; Class Install section (optional)
;------------------------------------------------------------------------------
[ClassInstall32] 
AddReg=_AddReg_ClassInstall
AddProperty=IconProperties

[_AddReg_ClassInstall]
HKR,,,,"%S_DeviceClassDisplayName%"
HKR,,Icon,,"%SystemRoot%\system32\setupapi.dll,-20"

[ClassInstall32.nt] 
AddReg=_AddReg_ClassInstall_nt
AddProperty=IconProperties

[_AddReg_ClassInstall_nt]
HKR,,,,%S_DeviceClassDisplayName%
HKR,,Icon,,"%SystemRoot%\system32\setupapi.dll,-20"

[ClassInstall32.ntamd64] 
AddReg=_AddReg_ClassInstall_x64
AddProperty=IconProperties

[_AddReg_ClassInstall_x64]
HKR,,,,"%S_DeviceClassDisplayName%"
HKR,,Icon,,"%SystemRoot%\system32\setupapi.dll,-20"

[IconProperties]
DeviceIcon,,,,"%SystemRoot%\system32\setupapi.dll,-20"

;******************************************************************************
; Options
;------------------------------------------------------------------------------
[ControlFlags]
; Advanced options

;******************************************************************************
; Manufacturer section
;------------------------------------------------------------------------------
[Manufacturer]
%S_Mfg%=_Models,nt,ntamd64

;******************************************************************************
; Models section
;------------------------------------------------------------------------------
[_Models]
%S_DeviceDesc%=_Install, USB\VID_0971&PID_2007

; NT systems
[_Models.nt]
%S_DeviceDesc%=_Install, USB\VID_0971&PID_2007

; x64-based systems
[_Models.ntamd64]
%S_DeviceDesc%=_Install, USB\Vid_0971&Pid_2007

;******************************************************************************
; Install section
;------------------------------------------------------------------------------
[_Install]
CopyFiles=_CopyFiles_sys
AddReg=_AddRegLoader

;******************************************************************************
; Install sections NT systems
;------------------------------------------------------------------------------
[_Install.nt]
CopyFiles=_CopyFiles_sys

[_Install.nt.Services]
AddService = %S_DriverName%, 0x00000002, _AddService, _EventLog

[_Install.nt.HW]
AddReg=_AddReg_HW

[_AddService]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\%S_DriverName%.sys

[_EventLog]
AddReg=_EventLog_AddReg

[_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName%.sys"
HKR,,TypesSupported,  %REG_DWORD%,7

;******************************************************************************
; Install sections x64-based systems
;------------------------------------------------------------------------------
[_Install.ntamd64]
CopyFiles=_CopyFiles_sys_x64

[_Install.ntamd64.Services]
AddService = %S_ServiceName%, 0x00000002, _AddService_x64, _EventLog_x64

[_Install.ntamd64.HW]
AddReg=_AddReg_HW

[_AddService_x64]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\%S_DriverName_x64%.sys

[_EventLog_x64]
AddReg=_EventLog_x64_AddReg

[_EventLog_x64_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName_x64%.sys"
HKR,,TypesSupported,  %REG_DWORD%,7

;******************************************************************************
; Registry sections
;------------------------------------------------------------------------------
[_AddReg_HW]
HKR,,CleanupWizard_DeviceIdentString,%REG_SZ%,"{DAB6A146-D93E-48ab-B3E5-374AB8FFF277}"
HKR,,DriverUserInterfaceGuid,%REG_SZ%,"{DAA6D921-DB2E-4219-8A4C-A62D2F40E607}"

; Set the default behaviour of the driver for Windows 2000 and Windows XP
HKR,,PowerStateOnOpen,     %REG_DWORD%, 0
HKR,,PowerStateOnClose,    %REG_DWORD%, 0
HKR,,MinPowerStateUsed,    %REG_DWORD%, 3
HKR,,MinPowerStateUnused,  %REG_DWORD%, 3
HKR,,EnableRemoteWakeup,   %REG_DWORD%, 0
HKR,,AbortPipesOnPowerDown,%REG_DWORD%, 1
HKR,,UnconfigureOnClose,   %REG_DWORD%, 1
HKR,,ResetDeviceOnClose,   %REG_DWORD%, 0
HKR,,MaxIsoPackets,        %REG_DWORD%, 512
HKR,,ShortTransferOk,      %REG_DWORD%, 1
HKR,,RequestTimeout,       %REG_DWORD%, 1000
HKR,,SuppressPnPRemoveDlg, %REG_DWORD%, 1

;******************************************************************************
; Copy Files section
;------------------------------------------------------------------------------
[_CopyFiles_sys]
; Specify the correct file name of the driver binary.
colormunki.sys

[_CopyFiles_sys_x64]
colormunki_x64.sys

;******************************************************************************
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12   ; %SystemRoot%\system32\drivers 
_CopyFiles_sys = 12
_CopyFiles_sys_x64 = 12

;******************************************************************************
; Disk Layout
;------------------------------------------------------------------------------
[SourceDisksNames]
1=%S_DiskName%

[SourceDisksFiles]
colormunki.sys=1

[SourceDisksNames.amd64]
1=%S_DiskName%

[SourceDisksFiles.amd64]
colormunki_x64.sys=1

;******************************************************************************
; Text Strings
;------------------------------------------------------------------------------
[Strings]
;
; Non-Localizable Strings, DO NOT MODIFY!
;
REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001

; Localizable Strings, modify as required
;
; provider name
S_Provider="X-Rite"

; manufacturer name
S_Mfg="X-Rite"

; device class display name, shown in Device Manager
S_DeviceClassDisplayName="X-Rite Devices"

; device description
S_DeviceDesc="colormunki"

; disk name
S_DiskName="Colormunki Driver Disk"

; File name of driver executable.
S_ServiceName="colormunki"
S_DriverName="colormunki"
S_DriverName_x64="colormunki_x64"

; *** EOF ***
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: web2, load: 0.94