Ignore:
Timestamp:
2013-12-04T11:34:18+13:00 (10 years ago)
Author:
ak19
Message:

Replace Greenstone info in installer with Expeditee, disable other languages since they need to be translated from the English version once the English version is finished, remove license text since idk if Expeditee is actually under GPL2

Location:
other-projects/expeditee-release-kits/kits/rke
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/installer/antinstall-config.xml

    r28725 r28742  
    66            debug="false"
    77            lookAndFeel="org.tp23.jgoodies.plaf.plastic.PlasticXPLookAndFeel"
    8             name="Greenstone@version@ Installer"
     8            name="Expeditee @version@ Installer"
    99            windowIcon="/resources/icon.png"
    1010            defaultImageResource="/resources/header.png"
     
    1616        <select property="language" defaultValue="en" displayText="" useAsLocale="true">
    1717            <option value="en" text="English"/>
     18            <!--
    1819            <option value="fr" text="Français (French)"/>
    1920            <option value="es" text="Español (Spanish)"/>
     
    2223            <option value="zh" text="äž­æ–‡ (Chinese)"/>
    2324            <option value="ar" text="Arabic"/>
     25            -->
    2426        </select>
    2527    </page>
     
    3840        <!-- if linux|mac -->
    3941        <directory property="installDir"
    40             defaultValue="/usr/local/Greenstone,${env.HOME}/Expeditee"
     42            defaultValue="/usr/local/Expeditee,${env.HOME}/Expeditee"
    4143            create="true"
    4244            displayText=""
     
    4749        <!-- if windows -->
    4850        <directory property="installDir"
    49             defaultValue="C:\Program Files\Greenstone,${env.HOMEDRIVE}\${env.HOMEPATH}\Expeditee"
     51            defaultValue="C:\Program Files\Expeditee,${env.HOMEDRIVE}\${env.HOMEPATH}\Expeditee"
    5052            create="true"
    5153            displayText=""
     
    5557        <!-- /if -->
    5658
    57     </page>
    58 
    59     <!-- don't budge if installshield installation found -->
    60     <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
    61         <comment name="is-install-detected"/>
    6259    </page>
    6360
Note: See TracChangeset for help on using the changeset viewer.