[r85]: / trunk / cforge / cforge / Package / CFORGE / Setup.reg  Maximize  Restore  History

Download this file

45 lines (30 with data), 3.7 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
33
34
35
36
37
38
39
40
41
42
43
44
45
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\directory]

[HKEY_CURRENT_USER\Software\Classes\directory\shell]

[HKEY_CURRENT_USER\Software\Classes\directory\shell\cforge]
"MUIVerb"="cforge"
"SubCommands"="cforge.build;cforge.pkg;cforge.checkout;cforge.update;cforge.commit"

[HKEY_CURRENT_USER\Software\Classes\directory\shell\cforge\command]
@="cmd /C cforge.exe %V"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.build]
@="build package"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.build\command]
@="cmd /C cforge.exe --build %V"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.update]
@="update"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.update\command]
@="cmd /C cforge.exe --update %V"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.commit]
@="commit"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.commit\command]
@="cmd /C cforge.exe --commit %V"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.pkg]
@="create package manifest"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.pkg\command]
@="cmd /C cforge.exe --create-package %V"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.checkout]
@="checkout"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\cforge.checkout\command]
@="cmd /C cforge.exe --checkout %V"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ProtocolExecute\cforge]
"WarnOnOpen"=dword:00000000