This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.xml
More file actions
executable file
·59 lines (50 loc) · 1.94 KB
/
install.xml
File metadata and controls
executable file
·59 lines (50 loc) · 1.94 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<izpack:installation version="5.0"
xmlns:izpack="http://izpack.org/schema/installation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/installation http://izpack.org/schema/5.0/izpack-installation-5.0.xsd">
<info>
<appname>Test</appname>
<appversion>0.0</appversion>
<appsubpath>myapp</appsubpath>
<javaversion>1.6</javaversion>
</info>
<locale>
<langpack iso3="eng" />
</locale>
<guiprefs width="800" height="600" resizable="yes">
<laf name="substance">
<os family="windows" />
<os family="unix" />
<param name="variant" value="mist-silver" />
</laf>
<laf name="substance">
<os family="mac" />
<param name="variant" value="mist-aqua" />
</laf>
<modifier key="useHeadingPanel" value="yes" />
</guiprefs>
<resources>
<res id="userInputSpec.xml" src="userInputSpec.xml" parse="yes"
type="xml" />
<res id="ProcessPanel.Spec.xml" src="ProcessPanel.spec.xml" />
</resources>
<panels>
<panel classname="UserInputPanel" id="UserInputPanel.0" />
<panel classname="TargetPanel" id="TargetPanel.0" />
<panel classname="PacksPanel" id="PacksPanel.0" />
<panel classname="InstallPanel" id="InstallPanel.0" />
<panel classname="ProcessPanel" id="ProcessPanel.Spec.xml" />
<panel classname="FinishPanel" id="FinishPanel.0" />
</panels>
<packs>
<pack name="Datical DB Project for Agilefant" required="yes">
<description>This is the complete Datical DB Project required to deploy or update the Agilefant database. </description>
<fileset dir="MyDaticalDBProject" targetdir="$INSTALL_PATH/MyDaticalDBProject"
override="true" />
</pack>
<pack name="Datical DB REPL" required="yes">
<description>This is the Datical DB REPL install.</description>
<fileset dir="C:\Program Files (x86)\DaticalDB\repl" targetdir="$INSTALL_PATH/repl"
override="true" />
</pack>
</packs>
</izpack:installation>