Ignore:
Timestamp:
2011-03-25T14:31:57+13:00 (13 years ago)
Author:
sjm84
Message:

More fixes to the release-kits for FLAX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/antinstall-config.xml

    r22325 r23816  
    3737    <page type="input" name="destination" displayText="">
    3838
     39        <!-- NO FLAX START -->
     40
    3941        <!-- if linux|mac -->
    4042        <directory property="installDir"
     
    5557            />
    5658        <!-- /if -->
     59
     60        <!-- NO FLAX END -->
     61
     62        <!-- FLAX START -->
     63   
     64        <!-- if linux|mac -->
     65        <directory property="installDir"
     66            defaultValue="/usr/local/FLAX,${env.HOME}/FLAX"
     67            create="true"
     68            displayText=""
     69            flagFile="_uninst"
     70            flagFileExistsProperty="ISInstallDetected"
     71            />
     72        <!-- /if -->
     73        <!-- if windows -->
     74        <directory property="installDir"
     75            defaultValue="C:\Program Files\FLAX,${env.HOMEDRIVE}${env.HOMEPATH}\FLAX"
     76            create="true"
     77            displayText=""
     78            flagFile="_uninst"
     79            flagFileExistsProperty="ISInstallDetected"
     80            />
     81        <!-- /if -->
     82       
     83        <!-- FLAX END -->
    5784
    5885    </page>
Note: See TracChangeset for help on using the changeset viewer.