Ignore:
Timestamp:
2008-10-23T15:40:07+13:00 (16 years ago)
Author:
oranfry
Message:

HCI changes to installer for wirk2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/installer/build.xml

    r17576 r17583  
    2929    <property name="installDir.local" refid="installDir.path"/>
    3030   
    31     <target name="load-previous-props" if="is.overinstall">
     31    <target name="Looking For Previous Installation" if="is.overinstall">
    3232        <property file="${installDir}\etc\installation.properties"/>
    3333    </target>
    3434
    35     <target name="Installing Core System" depends="load-previous-props">
     35    <target name="Installing Core System">
    3636
    3737        <!-- figure out the start menu path (if not already set from previous installation) -->
     
    6363        <!-- jre -->
    6464        <mkdir dir="${installDir}/packages"/>
    65         <copy todir="${installDir}/packages/jre">
     65        <copy todir="${installDir}/packages/jre" failonerror="false">
    6666            <fileset dir="../@windows-java.extracted@"/>
    6767        </copy>
     
    115115    </target>
    116116
    117     <target name="Install ImageMagick">
     117    <target name="Installing ImageMagick">
    118118        <echo message="Installing ImageMagick"/>
    119119        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="imagemagick.lzma"/></patternset></unzip>
Note: See TracChangeset for help on using the changeset viewer.