-
Notifications
You must be signed in to change notification settings - Fork 1
/
default_shortcut_specification.xml
97 lines (74 loc) · 2.23 KB
/
default_shortcut_specification.xml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<shortcuts>
<skipIfNotSupported/>
<programGroup
defaultName="jTracert"
location="applications"/>
<shortcut
name="jTracert"
description="jTracert"
type="Application"
initialState="noShow"
workingDirectory="$INSTALL_PATH"
target="$INSTALL_PATH\jTracert.exe"
iconFile="$INSTALL_PATH/jTracert.ico"
iconIndex="0"
programGroup="yes"
desktop="yes"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
Categories="Development;"
>
<createForPack name="jTracert"/>
</shortcut>
<shortcut
name="jTracert web site"
description="Visit jTracert official web site"
target="http://jtracert.googlecode.com/"
initialState="normal"
programGroup="yes"
desktop="no"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
Categories="Development;"
>
<createForPack name="jTracert"/>
</shortcut>
<shortcut
name="Uninstall jTracert"
description="Uninstall jTracert"
type="Application"
target="javaw"
commandLine="-jar
"$INSTALL_PATH/Uninstaller/uninstaller.jar""
programGroup="yes"
desktop="no"
iconFile="$INSTALL_PATH/setup.ico"
iconIndex="0"
encoding="UTF-8"
terminal="false"
KdeSubstUID="false"
Categories="Development;"
>
<createForPack name="jTracert" />
</shortcut>
<!--<programGroup defaultName="jTracert"
location="applications"/>
<shortcut
name="jTracert"
target="$INSTALL_PATH\jtracert.cmd"
commandLine=""
workingDirectory="$INSTALL_PATH"
description="Start jTracert"
iconIndex="0"
initialState="normal"
programGroup="no"
desktop="no"
applications="no"
startMenu="no"
startup="no">
--><!-- iconFile="$INSTALL_PATH\Path\to\MyApplication\Icons\start.ico" --><!--
<createForPack name="jTracert"/>
</shortcut>-->
</shortcuts>