source: release-kits/wirk2/installer/antinstall-config.xml@ 17041

Last change on this file since 17041 was 17041, checked in by oranfry, 16 years ago

have the installer use the new license file

File size: 1.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
[15356]14 <!-- simple intro page -->
15 <page type="input" name="intro" displayText="">
16 <comment name="welcome-message"/>
[15023]17 </page>
18
19 <!-- type="license" shows a license page to click through -->
[17041]20 <page type="license" name="license" resource="/LICENSE.txt" displayText="" />
[15023]21
[15356]22 <!-- install destination page -->
23 <page type="input" name="destination" displayText="">
[15023]24
[15356]25 <directory property="installDir"
26 defaultValue="/usr/local/Greenstone-@version@"
27 defaultValueWin="${env.ProgramFiles}\Greenstone-@version@"
28 create="true"
29 displayText="" />
[15023]30
31 </page>
32
[15356]33 <page type="input" name="selector" displayText="">
[15023]34
[15356]35 <comment name="choose-components"/>
[15023]36
[16817]37 <target target="install-core-components" diskRequirement="@component.size.core@" defaultValue="true" displayText="" force="true"/>
38 <target target="install-start-menu-shortcuts" diskRequirement="~10 KB" defaultValue="true" displayText="" />
39 <target target="install-source-code" diskRequirement="@component.size.sourcecode@" defaultValue="false" displayText="" />
[15356]40
[15023]41 </page>
42
[16087]43 <page type="progress" name="progress" showTargets="false" target="cleanuptarget" displayText=""></page>
[15023]44
45</installer>
Note: See TracBrowser for help on using the repository browser.