Ignore:
Timestamp:
2009-05-26T16:05:35+12:00 (15 years ago)
Author:
oranfry
Message:

dont budge if there is an installshield install of greenstone at the chosen install directory

File:
1 edited

Legend:

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

    r19201 r19599  
    4444    <page type="input" name="destination" displayText="">
    4545   
    46 <!-- Because of Vista UAC related issues, it is now preferred to install Greenstone where the current user has full privileges -->
     46    <!-- Because of Vista UAC related issues, it is now preferred to install Greenstone where the current user has full privileges -->
    4747        <directory property="installDir"
    4848            defaultValue="${env.HOMEDRIVE}\${env.HOMEPATH}\Greenstone2"
    4949            create="true"
    50             displayText="" />
     50            displayText=""
     51            flagFile="_uninst"
     52            flagFileExistsProperty="ISInstallDetected"
     53            />
    5154
     55    </page>
     56
     57    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
     58        <comment name="is-install-detected"/>
    5259    </page>
    5360
Note: See TracChangeset for help on using the changeset viewer.