source: release-kits/wirk2/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.6 KB
RevLine 
[15146]1<?xml version="1.0" encoding="UTF-8"?>
[15023]2<!DOCTYPE installer PUBLIC "-//tp23 //DTD Ant Installer Config//EN" "http://antinstaller.sf.net/dtd/antinstall-config-0.8.dtd">
[15356]3
[15023]4<installer
5 ui="swing,text"
6 verbose="true"
7 debug="false"
8 lookAndFeel="org.tp23.jgoodies.plaf.plastic.PlasticXPLookAndFeel"
[16087]9 name="Greenstone@version@ Installer"
[16079]10 windowIcon="/resources/icon.png"
11 defaultImageResource="/resources/header.png"
[15023]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
[15356]26 <!-- simple intro page -->
27 <page type="input" name="intro" displayText="">
28 <comment name="welcome-message"/>
[15023]29 </page>
30
31 <!-- type="license" shows a license page to click through -->
[17041]32 <page type="license" name="license" resource="/LICENSE.txt" displayText="" />
[15023]33
[15356]34 <!-- install destination page -->
35 <page type="input" name="destination" displayText="">
[15023]36
[15356]37 <directory property="installDir"
[17281]38 defaultValue="${env.ProgramFiles}\Greenstone2"
[15356]39 create="true"
40 displayText="" />
[15023]41
42 </page>
43
[17786]44 <!-- start binary release -->
[15356]45 <page type="input" name="selector" displayText="">
46 <comment name="choose-components"/>
[15023]47
[17281]48 <target
[17583]49 target="Looking For Previous Installation"
50 diskRequirement="x"
51 defaultValue="true"
52 displayText="x"
53 force="true"
54 hidden="true"/>
55
56 <target
[17576]57 target="Installing Core System"
[17281]58 diskRequirement="@component.size.core@"
[17652]59 displayText=""
[17281]60 defaultValue="true"
[17652]61 force="true"/>
62
63 <target
[17576]64 target="Installing Start Menu Shortcuts"
[17281]65 diskRequirement="~10 KB"
66 defaultValue="true"
67 displayText=""/>
68
[17583]69 <!-- start bundled components -->
[17281]70 <target
[17583]71 target="Installing ImageMagick"
[17576]72 diskRequirement="@component.size.imagemagick@"
[17381]73 defaultValue="true"
74 displayText=""/>
[17597]75
[17381]76 <target
[17576]77 target="Installing Ghostscript"
78 diskRequirement="@component.size.ghostscript@"
[17381]79 defaultValue="true"
80 displayText=""/>
[17583]81 <!-- end bundled components -->
82
[15023]83 </page>
84
[17107]85 <page type="input" name="admin-password" displayText="">
86 <comment name="admin-password-expl"/>
87 <text property="admin.password" defaultValue="" displayText=""/>
88 </page>
[17786]89 <!-- end binary release -->
[17107]90
[17597]91 <page type="progress" name="progress" showTargets="true" displayText=""/>
[15023]92
93</installer>
Note: See TracBrowser for help on using the repository browser.