-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathReg_Install.reg
More file actions
32 lines (21 loc) · 1.65 KB
/
Reg_Install.reg
File metadata and controls
32 lines (21 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.igs]
[HKEY_CLASSES_ROOT\.igs]
@=""
[HKEY_CLASSES_ROOT\.igs\shell]
[HKEY_CLASSES_ROOT\.igs\shell\HeaderParser]
@="Header Parser"
[HKEY_CLASSES_ROOT\.igs\shell\HeaderParser\command]
@="\"path-to-your-exe\" \"igs\" \"%1\""
[HKEY_CLASSES_ROOT\.stp\shell\HeaderParser]
@="Header Parser"
[HKEY_CLASSES_ROOT\.stp\shell\HeaderParser\command]
@="\"path-to-your-exe\" \"stp\" \"%1\""
[HKEY_CLASSES_ROOT\.iges\shell\HeaderParser]
@="Header Parser"
[HKEY_CLASSES_ROOT\.iges\shell\HeaderParser\command]
@="\"path-to-your-exe\" \"igs\" \"%1\""
[HKEY_CLASSES_ROOT\.step\shell\HeaderParser]
@="Header Parser"
[HKEY_CLASSES_ROOT\.step\shell\HeaderParser\command]
@="\"path-to-your-exe\" \"stp\" \"%1\""