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

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

shifted the responsibility for the source release to the linux release kit. Made the source release contain a single component with the core and sourcecode mixed together

File size: 2.0 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)"/>
21 <option value="ru" text="русскОй язык (Russian)"/>
22 <option value="zh" text="äž­æ–‡ (Chinese)"/>
[17538]23 </select>
24 </page>
25
[15205]26 <!-- simple intro page -->
27 <page type="input" name="intro" displayText="">
28 <comment name="welcome-message"/>
[14982]29 </page>
30
31 <!-- type="license" shows a license page to click through -->
[17040]32 <page type="license" name="license" resource="/LICENSE.txt" displayText="" />
[14982]33
[15205]34 <!-- install destination page -->
[15213]35 <page type="input" name="destination" displayText="">
[14982]36
[15205]37 <directory property="installDir"
[17281]38 defaultValue="/usr/local/Greenstone2"
[15205]39 create="true"
40 displayText="" />
[14982]41
42 </page>
43
[17786]44 <!-- start binary release -->
[15213]45 <page type="input" name="selector" displayText="">
[15205]46 <comment name="choose-components"/>
[14982]47
[17281]48 <target
[17576]49 target="Installing Core System"
[17281]50 diskRequirement="@component.size.core@"
[17652]51 displayText=""
[17281]52 defaultValue="true"
[17652]53 force="true"/>
[15142]54
[14982]55 </page>
[17786]56 <!-- end binary release -->
[14982]57
[17107]58 <page type="input" name="admin-password" displayText="">
59 <comment name="admin-password-expl"/>
60 <text property="admin.password" defaultValue="" displayText=""/>
61 </page>
62
[17597]63 <page type="progress" name="progress" showTargets="true" displayText=""/>
[14982]64
65</installer>
Note: See TracBrowser for help on using the repository browser.