Statistics
| Revision:

root / import / ext3D / trunk / install-extension3d / IzPack / src / dist-files / shortcutSpec.xml @ 15280

History | View | Annotate | Download (1.66 KB)

1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2

    
3
<shortcuts>
4

    
5
  <skipIfNotSupported />
6

    
7
  <programGroup defaultName="IzPack" location="applications"/>
8

    
9
<!--  
10
  <shortcut
11
     name="IzPack"
12
     programGroup="yes"
13
     desktop="yes"
14
     applications="no"
15
     startMenu="no"
16
     startup="no"
17
     target="$INSTALL_PATH\bin\izpack-fe.bat"
18
     commandLine=""
19
     description="Front-End for IzPack installation tool"
20
     iconFile="$INSTALL_PATH\bin\icons\izpack.ico"
21
     iconIndex="0"
22
     initialState="noShow">
23
   
24
     <createForPack name="Core"/>
25
     
26
   </shortcut>
27
-->
28

    
29
   <shortcut
30
     name="Documentation"
31
     programGroup="yes"
32
     desktop="no"
33
     applications="no"
34
     startMenu="no"
35
     startup="no"
36
     target="$INSTALL_PATH\doc\izpack\html\izpack-doc.html"
37
     commandLine=""
38
     description="IzPack user documentation (HTML format)">
39
     
40
     <createForPack name="Documentation-HTML" />
41
   </shortcut>
42
   
43
   <shortcut
44
     name="Documentation"
45
     programGroup="yes"
46
     desktop="no"
47
     applications="no"
48
     startMenu="no"
49
     startup="no"
50
     target="$INSTALL_PATH\doc\izpack\pdf\izpack-doc.pdf"
51
     commandLine=""
52
     description="IzPack user documentation (PDF format)">
53
     
54
     <createForPack name="Documentation-PDF" />
55
   </shortcut>
56
   
57
   <shortcut
58
     name="Uninstaller"
59
     programGroup="yes"
60
     desktop="no"
61
     applications="no"
62
     startMenu="no"
63
     startup="no"
64
     target="$INSTALL_PATH\Uninstaller\uninstaller.jar"
65
     commandLine=""
66
     description="IzPack uninstaller">
67
     
68
     <createForPack name="Core" />
69
   </shortcut>
70
   
71
</shortcuts>