source: release-kits/mark2/installer/antinstall-config.xml@ 18723

Last change on this file since 18723 was 18723, checked in by oranfry, 15 years ago

added arabic option to installers

File size: 2.7 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"
[16000]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
[17827]28 <!-- start binary release -->
[15205]29 <page type="input" name="intro" displayText="">
30 <comment name="welcome-message"/>
[14982]31 </page>
[17827]32 <!-- end binary release -->
[14982]33
[17827]34 <!-- start source release -->
35 <page type="input" name="intro" displayText="" target="Source Release">
36 <comment name="welcome-message"/>
37 </page>
38 <!-- end source release -->
39
40
[14982]41 <!-- type="license" shows a license page to click through -->
[17040]42 <page type="license" name="license" resource="/LICENSE.txt" displayText="" />
[14982]43
[15205]44 <!-- install destination page -->
[15213]45 <page type="input" name="destination" displayText="">
[14982]46
[15205]47 <directory property="installDir"
[17281]48 defaultValue="/usr/local/Greenstone2"
[15205]49 create="true"
50 displayText="" />
[14982]51
52 </page>
53
[17786]54 <!-- start binary release -->
[15213]55 <page type="input" name="selector" displayText="">
[15205]56 <comment name="choose-components"/>
[14982]57
[17281]58 <target
[17576]59 target="Installing Core System"
[17281]60 diskRequirement="@component.size.core@"
[17652]61 displayText=""
[17281]62 defaultValue="true"
[17652]63 force="true"/>
[15142]64
[17817]65 <!-- start bundled components -->
66 <target
67 target="Installing ImageMagick"
68 diskRequirement="@component.size.imagemagick@"
69 defaultValue="true"
70 displayText=""/>
71
72 <target
73 target="Installing Ghostscript"
74 diskRequirement="@component.size.ghostscript@"
75 defaultValue="true"
76 displayText=""/>
77 <!-- end bundled components -->
78
[14982]79 </page>
[17786]80 <!-- end binary release -->
[14982]81
[17107]82 <page type="input" name="admin-password" displayText="">
83 <comment name="admin-password-expl"/>
[17853]84<!-- <validated property="admin.password" defaultValue="" displayText="" regex="^.{3,20}$"/>-->
[17926]85 <text property="admin.password" defaultValue="admin" displayText=""/>
[17107]86 </page>
87
[17597]88 <page type="progress" name="progress" showTargets="true" displayText=""/>
[14982]89
90</installer>
Note: See TracBrowser for help on using the repository browser.