;
; i1 Monitor 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=i1_driver.cat
; A private device class.
Class=XRiteDevices
ClassGUID={D0142122-F525-4e76-86B3-E8AFD91364F2}
;******************************************************************************
; Class Install sections (optional)
;------------------------------------------------------------------------------
[ClassInstall32]
AddReg=_AddReg_ClassInstall
[_AddReg_ClassInstall]
HKR,,,,%S_DeviceClassDisplayName%
[ClassInstall32.nt]
AddReg=_AddReg_ClassInstall_nt
[_AddReg_ClassInstall_nt]
HKR,,,,%S_DeviceClassDisplayName%
[ClassInstall32.ntamd64]
AddReg=_AddReg_ClassInstall_x64
[_AddReg_ClassInstall_x64]
HKR,,,,"%S_DeviceClassDisplayName%"
;******************************************************************************
; Options
;------------------------------------------------------------------------------
[ControlFlags]
;******************************************************************************
; Manufacturer section
;------------------------------------------------------------------------------
[Manufacturer]
%S_Mfg%=_Models,nt,ntamd64
;******************************************************************************
; Models section
;------------------------------------------------------------------------------
[_Models]
%S_DeviceDesc%=_Install, USB\VID_0971&PID_2001
; NT systems
[_Models.nt]
%S_DeviceDesc%=_Install, USB\VID_0971&PID_2001
; x64-based systems
[_Models.ntamd64]
%S_DeviceDesc%=_Install, USB\Vid_0971&Pid_2001
;******************************************************************************
; Install section
;------------------------------------------------------------------------------
[_Install]
CopyFiles=_CopyFiles_sys
AddReg=_AddRegLoader
;******************************************************************************
; Install sections NT systems
;------------------------------------------------------------------------------
[_Install.nt]
CopyFiles=_CopyFiles_sys
AddReg=_AddRegLoader
[_Install.nt.Services]
AddService = %S_DriverName%, 0x00000002, _AddService
[_AddRegLoader]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,i1.sys
HKR,,NoSetupUI,,1
[_AddService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\%S_DriverName%.sys
DisplayName = %S_DeviceDesc%
;******************************************************************************
; 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_x64
[_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_x64]
HKR,,CleanupWizard_DeviceIdentString,%REG_SZ%,"{DAB6A146-D93E-48ab-B3E5-374AB8FFF277}"
HKR,,DriverUserInterfaceGuid,%REG_SZ%,"{989D6515-E122-4442-A357-751457F102A5}"
; 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.
i1.sys
[_CopyFiles_sys_x64]
i1_x64.sys
;******************************************************************************
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; %windir%\system32\drivers
_CopyFiles_sys = 12
_CopyFiles_sys_x64 = 12
;******************************************************************************
; Disk Layout
;------------------------------------------------------------------------------
[SourceDisksNames]
1=%S_DiskName%
[SourceDisksFiles]
i1.sys=1
[SourceDisksNames.amd64]
1=%S_DiskName%
[SourceDisksFiles.amd64]
; Specify the correct file name of the driver binary.
i1_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="i1 Monitor"
; disk name
S_DiskName="Eye-One Driver Disk"
; File name of driver executable.
S_ServiceName="EyeOne"
S_DriverName="i1"
S_DriverName_x64="i1_x64"
; *** EOF ***
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.