You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
642 B
20 lines
642 B
; ICMINST.INF
|
|
;
|
|
; This is the Setup information file to install default color profile
|
|
; for Image Color Management 2.0
|
|
;
|
|
; Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
[version]
|
|
signature = "$Windows NT$"
|
|
|
|
[DefaultInstall]
|
|
AddReg = ColorProfile_AddReg
|
|
DelReg = ColorProfile_DelReg
|
|
|
|
[ColorProfile_AddReg]
|
|
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\mntr",,0x10
|
|
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\mntr","sRGB Color Space Profile.icm",0x03,00,00,00,00,49,45,43,20,73,52,47,42
|
|
[ColorProfile_DelReg]
|
|
HKLM,"SoFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\ICMMonitorData"
|
|
|