Ignore:
Timestamp:
2009-06-26T16:18:44+12:00 (15 years ago)
Author:
oranfry
Message:

it's all good stuff

Location:
release-kits/shared/greenstone3/installer
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/installer/antinstall-config.xml

    r19790 r19935  
    2626    </page>
    2727
    28     <!-- start binary release -->
     28    <!-- welcome page -->
    2929    <page type="input" name="intro" displayText="">
    30         <comment name="welcome-message"/>
    31     </page>
    32     <!-- end binary release -->
    33 
    34     <!-- start source release -->
    35     <page type="input" name="intro" displayText="" target="Source Release">
    3630        <comment name="welcome-greenstone3"/>
    3731    </page>
    38     <!-- end source release -->
    3932
    4033    <!--  type="license" shows a license page to click through -->
     
    5447    </page>
    5548
     49    <!-- page to stop you going forward if an IS installation is detected -->
    5650    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
    5751        <comment name="is-install-detected"/>
    5852    </page>
    5953
     54    <!-- page to choose components -->
    6055    <page type="input" name="selector" displayText="">
    6156        <comment name="choose-components"/>
    6257
    63         <!-- start binary release -->
    6458        <target
    6559            target="Initialising"
     
    7771            force="true"/>
    7872
    79         <!-- start bundled components -->
    8073        <target
    8174            target="Installing ImageMagick"
     
    8376            defaultValue="true"
    8477            displayText=""/>
     78
     79        <!-- if windows|mac -->
     80        <target
     81            target="Installing Ghostscript"
     82            diskRequirement="@component.size.ghostscript@"
     83            defaultValue="true"
     84            displayText=""/>
     85        <!-- /if -->
    8586
    8687        <target
     
    9596            defaultValue="true"
    9697            displayText=""/>
    97         <!-- end bundled components -->
     98
     99        <!-- if windows -->
     100        <target
     101            target="Installing Start Menu Shortcuts"
     102            diskRequirement="~10 KB"
     103            defaultValue="true"
     104            displayText=""/>
     105        <!-- /if -->
    98106
    99107    </page>
    100     <!-- end binary release -->
    101108
    102     <!-- start bundled components -->
     109    <!-- page to setup tomcat -->
    103110    <page type="input" name="tomcat-config" ifProperty="(${Installing Tomcat}==true)" displayText="">
    104 
    105111        <text property="tomcat.server" defaultValue="localhost" displayText=""/>
    106112        <text property="tomcat.port" defaultValue="8080" displayText=""/>
    107113        <text property="tomcat.shutdown.port" defaultValue="8005" displayText=""/>
     114    </page>
    108115
    109     </page>
    110     <!-- end bundled components -->
    111 
     116    <!-- the final progress page -->
    112117    <page type="progress" name="progress" showTargets="true" displayText=""/>
    113118
Note: See TracChangeset for help on using the changeset viewer.