-
Notifications
You must be signed in to change notification settings - Fork 2
/
ColorEyeI.reg
19 lines (16 loc) · 1.01 KB
/
ColorEyeI.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
HKEY_CLASSES_ROOT\.omd = ColorEyeI.Document
HKEY_CLASSES_ROOT\ColorEyeI.Document\shell\open\command = COLOREYEI.EXE %1
HKEY_CLASSES_ROOT\ColorEyeI.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\ColorEyeI.Document\shell\open\ddeexec\application = COLOREYEI
; note: the application is optional
; (it defaults to the app name in "command")
HKEY_CLASSES_ROOT\ColorEyeI.Document = ClrE Document
HKEY_CLASSES_ROOT\ColorEyeI.Document\CLSID = {A4787937-49BE-4EDE-980D-3D4414E82EC8}
HKEY_CLASSES_ROOT\CLSID\{A4787937-49BE-4EDE-980D-3D4414E82EC8} = ClrE Document
HKEY_CLASSES_ROOT\CLSID\{A4787937-49BE-4EDE-980D-3D4414E82EC8}\ProgId = ColorEyeI.Document
HKEY_CLASSES_ROOT\CLSID\{A4787937-49BE-4EDE-980D-3D4414E82EC8}\LocalServer32 = COLOREYEI.EXE