source: main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml@ 27379

Last change on this file since 27379 was 27379, checked in by ak19, 11 years ago

Release kit needs to set up the mac shortcuts (.app)

File size: 5.8 KB
RevLine 
[15097]1<?xml version="1.0" encoding="UTF-8"?>
[14982]2<!DOCTYPE installer PUBLIC "-//tp23 //DTD Ant Installer Config//EN" "http://antinstaller.sf.net/dtd/antinstall-config-0.8.dtd">
[15213]3
[14982]4<installer
5 ui="swing,text"
6 verbose="true"
7 debug="false"
8 lookAndFeel="org.tp23.jgoodies.plaf.plastic.PlasticXPLookAndFeel"
[17281]9 name="Greenstone@version@ Installer"
[16003]10 windowIcon="/resources/icon.png"
11 defaultImageResource="/resources/header.png"
[14982]12 minJavaVersion="1.4">
13
[17538]14 <!-- select language page -->
15 <page type="input" name="language-selector" displayText="">
16 <comment name="language-selector-explanation"/>
17 <select property="language" defaultValue="en" displayText="" useAsLocale="true">
18 <option value="en" text="English"/>
[17702]19 <option value="fr" text="Français (French)"/>
20 <option value="es" text="Español (Spanish)"/>
[17849]21 <option value="de" text="Deutsch (German)"/>
[17702]22 <option value="ru" text="русскОй язык (Russian)"/>
23 <option value="zh" text="äž­æ–‡ (Chinese)"/>
[18723]24 <option value="ar" text="Arabic"/>
[17538]25 </select>
26 </page>
27
[19935]28 <!-- welcome page -->
[17788]29 <page type="input" name="intro" displayText="">
[19790]30 <comment name="welcome-greenstone3"/>
[14982]31 </page>
32
33 <!-- type="license" shows a license page to click through -->
[15205]34 <page type="license" name="license" resource="/LICENSE.txt" displayText="" />
[14982]35
[15205]36 <!-- install destination page -->
[15213]37 <page type="input" name="destination" displayText="">
[14982]38
[23816]39 <!-- NO FLAX START -->
40
[19959]41 <!-- if linux|mac -->
[15205]42 <directory property="installDir"
[19755]43 defaultValue="/usr/local/Greenstone3,${env.HOME}/Greenstone3"
[15205]44 create="true"
[17624]45 displayText=""
46 flagFile="_uninst"
47 flagFileExistsProperty="ISInstallDetected"
48 />
[19959]49 <!-- /if -->
50 <!-- if windows -->
51 <directory property="installDir"
52 defaultValue="C:\Program Files\Greenstone3,${env.HOMEDRIVE}${env.HOMEPATH}\Greenstone3"
53 create="true"
54 displayText=""
55 flagFile="_uninst"
56 flagFileExistsProperty="ISInstallDetected"
57 />
58 <!-- /if -->
[14982]59
[23816]60 <!-- NO FLAX END -->
61
62 <!-- FLAX START -->
63
64 <!-- if linux|mac -->
65 <directory property="installDir"
66 defaultValue="/usr/local/FLAX,${env.HOME}/FLAX"
67 create="true"
68 displayText=""
69 flagFile="_uninst"
70 flagFileExistsProperty="ISInstallDetected"
71 />
72 <!-- /if -->
73 <!-- if windows -->
74 <directory property="installDir"
75 defaultValue="C:\Program Files\FLAX,${env.HOMEDRIVE}${env.HOMEPATH}\FLAX"
76 create="true"
77 displayText=""
78 flagFile="_uninst"
79 flagFileExistsProperty="ISInstallDetected"
80 />
81 <!-- /if -->
82
83 <!-- FLAX END -->
84
[14982]85 </page>
86
[19935]87 <!-- page to stop you going forward if an IS installation is detected -->
[17624]88 <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
89 <comment name="is-install-detected"/>
90 </page>
91
[19935]92 <!-- page to choose components -->
[15213]93 <page type="input" name="selector" displayText="">
[15205]94 <comment name="choose-components"/>
[14982]95
[17764]96 <target
[17765]97 target="Initialising"
[17764]98 diskRequirement="x"
99 defaultValue="true"
100 displayText="x"
101 force="true"
102 hidden="true"/>
103
[17281]104 <target
[17596]105 target="Installing Core System"
[17281]106 diskRequirement="@component.size.core@"
[17652]107 displayText=""
[17281]108 defaultValue="true"
[17652]109 force="true"/>
110
[24216]111 <!-- NO FLAX START -->
112
[17281]113 <target
[17646]114 target="Installing ImageMagick"
115 diskRequirement="@component.size.imagemagick@"
116 defaultValue="true"
117 displayText=""/>
118
[27368]119 <!-- NO FLAX START -->
120
[19935]121 <!-- if windows|mac -->
[17646]122 <target
[19935]123 target="Installing Ghostscript"
124 diskRequirement="@component.size.ghostscript@"
125 defaultValue="true"
126 displayText=""/>
127 <!-- /if -->
128
[27368]129 <!-- NO FLAX END -->
130
[19935]131 <target
[17596]132 target="Installing Tomcat"
[17281]133 diskRequirement="@component.size.tomcat@"
134 defaultValue="true"
135 displayText=""/>
136
[22325]137 <!-- start amp -->
138 <target
139 target="Installing AMP"
140 diskRequirement="@component.size.amp@"
141 defaultValue="true"
142 displayText=""/>
143 <!-- end amp -->
144
[19935]145 <!-- if windows -->
146 <target
147 target="Installing Start Menu Shortcuts"
148 diskRequirement="~10 KB"
149 defaultValue="true"
150 displayText=""/>
151 <!-- /if -->
152
[24216]153 <!-- NO FLAX END -->
154
155 <!-- FLAX START -->
156
157 <target
158 target="Installing ImageMagick"
159 diskRequirement="@component.size.imagemagick@"
160 defaultValue="true"
161 displayText=""
162 force="true"/>
163
164 <target
165 target="Installing Tomcat"
166 diskRequirement="@component.size.tomcat@"
167 defaultValue="true"
168 displayText=""
169 force="true"/>
170
171 <!-- if windows -->
172 <target
173 target="Installing Start Menu Shortcuts"
174 diskRequirement="~10 KB"
175 defaultValue="true"
176 displayText=""
177 force="true"/>
178 <!-- /if -->
179
180 <!-- FLAX END -->
[27379]181
182 <!-- if mac -->
183 <target
184 target="Installing Mac Shortcuts"
185 diskRequirement="~2.2 MB"
186 defaultValue="true"
187 displayText=""
188 force="true"/>
189 <!-- /if -->
[14982]190 </page>
191
[19935]192 <!-- page to setup tomcat -->
[26034]193 <!--<page type="input" name="tomcat-config" ifProperty="(${Installing Tomcat}==true)" displayText="">
[15205]194 <text property="tomcat.server" defaultValue="localhost" displayText=""/>
[24602]195 <text property="tomcat.port" defaultValue="8383" displayText=""/>
196 <text property="tomcat.shutdown.port" defaultValue="8305" displayText=""/>
[26034]197 </page>-->
[25908]198
199 <!-- NO FLAX START -->
[24437]200
201 <!-- page to ask if we should enable admin pages -->
202 <page type="input" name="admin-pages" displayText="">
203 <comment name="admin-expl"/>
204 <comment name="admin-expl-2"/>
205 <comment name="admin-expl-3"/>
206 <checkbox property="enable.admin.pages" displayText="" defaultValue="false"/>
207 </page>
[14982]208
[24437]209 <!-- only if they said yes above, set a password -->
210 <page type="input" name="admin-password" displayText="" ifProperty="(${enable.admin.pages}==true)" target="Configuring Administration Pages">
211 <comment name="admin-password-expl"/>
[25336]212 <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,8}$"/>
[24437]213 </page>
[25908]214 <!-- NO FLAX END -->
[24437]215
[19935]216 <!-- the final progress page -->
[17596]217 <page type="progress" name="progress" showTargets="true" displayText=""/>
[14982]218
219</installer>
Note: See TracBrowser for help on using the repository browser.