-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.linux64.xml
executable file
·60 lines (55 loc) · 2.54 KB
/
install.linux64.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
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<installation version="1.0">
<properties>
<property name="eneboo.ver" value="2.4.5.1-rc4" />
</properties>
<info>
<appname>Eneboo</appname>
<appsubpath>Eneboo</appsubpath>
<appversion>@{eneboo.ver}</appversion>
<authors>
<author name="Grupo Eneboo" email="eneboo@googlegroups.com" />
</authors>
</info>
<!-- Preferencias del interfaz gráfico que deseamos para nuestra instalación -->
<guiprefs width="640" height="480" resizable="yes"/>
<locale>
<langpack iso3="spa"/>
</locale>
<!-- Recursos de nuestra instalación -->
<resources>
<res id="Unix_shortcutSpec.xml" src="res/Unix_shortcutSpec.xml" />
</resources>
<!-- Paneles que deseamos que sean mostrados. El orden importa excepto en el InstallPanel -->
<panels>
<panel classname="HelloPanel"/>
<panel classname="TargetPanel"/>
<panel classname="InstallationGroupPanel"/>
<panel classname="PacksPanel"/>
<panel classname="InstallPanel"/>
<panel classname="ShortcutPanel"/>
<panel classname="SimpleFinishPanel"/>
</panels>
<!-- Paquetes que componen la aplicación -->
<packs>
<pack name="AplicacionLinux64dba" required="no" preselected="yes" installGroups="Linux64Dba">
<description>Archivos de la aplicación</description>
<fileset dir="eneboo-v@{eneboo.ver}-dba-linux64/bin/" targetdir="$INSTALL_PATH/bin/"/>
<fileset dir="eneboo-v@{eneboo.ver}-dba-linux64/lib/" targetdir="$INSTALL_PATH/lib/"/>
<fileset dir="eneboo-v@{eneboo.ver}-dba-linux64/plugins/" targetdir="$INSTALL_PATH/plugins/"/>
<executable targetfile="$INSTALL_PATH/bin/eneboo" stage="never" keep="true"/>
</pack>
<pack name="AplicacionLinux64quick" required="no" preselected="yes" installGroups="Linux64Quick">
<description>Archivos de la aplicación</description>
<fileset dir="eneboo-v@{eneboo.ver}-quick-linux64/bin/" targetdir="$INSTALL_PATH/bin/"/>
<fileset dir="eneboo-v@{eneboo.ver}-quick-linux64/lib/" targetdir="$INSTALL_PATH/lib/"/>
<fileset dir="eneboo-v@{eneboo.ver}-quick-linux64/plugins/" targetdir="$INSTALL_PATH/plugins/"/>
<executable targetfile="$INSTALL_PATH/bin/eneboo" stage="never" keep="true"/>
</pack>
<pack name="ShareLinux32" required="yes" installGroups="Linux64Dba,Linux64Quick">
<description>Librerias 64 de la aplicación</description>
<fileset dir="eneboo-v@{eneboo.ver}-dba-linux64/share/" targetdir="$INSTALL_PATH/share/"/>
<file src="eneboo-v@{eneboo.ver}-dba-linux64/COPYING" targetdir="$INSTALL_PATH/"/>
</pack>
</packs>
</installation>