Changeset 19599 for release-kits


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

Location:
release-kits
Files:
6 edited

Legend:

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

    r19201 r19599  
    5050            defaultValue="/usr/local/Greenstone2"
    5151            create="true"
    52             displayText="" />
     52            displayText=""
     53            flagFile="_uninst"
     54            flagFileExistsProperty="ISInstallDetected"
     55            />
    5356
    5457    </page>
     58
     59    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
     60        <comment name="is-install-detected"/>
     61    </page>
     62
    5563
    5664    <!-- start binary release -->
  • release-kits/lirk3/installer/antinstall-config.xml

    r18723 r19599  
    5353
    5454    </page>
    55 
    5655
    5756    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
  • release-kits/mark2/installer/antinstall-config.xml

    r19201 r19599  
    4848            defaultValue="/usr/local/Greenstone2"
    4949            create="true"
    50             displayText="" />
     50            displayText=""
     51            flagFile="_uninst"
     52            flagFileExistsProperty="ISInstallDetected"
     53            />
     54    </page>
    5155
     56    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
     57        <comment name="is-install-detected"/>
    5258    </page>
     59
    5360
    5461    <!-- start binary release -->
  • release-kits/mark3/installer/antinstall-config.xml

    r18723 r19599  
    4848            defaultValue="/usr/local/Greenstone3"
    4949            create="true"
    50             displayText="" />
     50            displayText=""
     51            flagFile="_uninst"
     52            flagFileExistsProperty="ISInstallDetected"
     53            />
     54    </page>
    5155
     56    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
     57        <comment name="is-install-detected"/>
    5258    </page>
    5359
  • 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
  • release-kits/wirk3/installer/antinstall-config.xml

    r18723 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}\Greenstone3"
    4949            create="true"
    50             displayText="" />
     50            displayText=""
     51            flagFile="_uninst"
     52            flagFileExistsProperty="ISInstallDetected"
     53            />
     54    </page>
    5155
     56    <page type="input" name="dontBudge" displayText="" ifProperty="(${ISInstallDetected}==true)" showNextButton="false">
     57        <comment name="is-install-detected"/>
    5258    </page>
    5359
Note: See TracChangeset for help on using the changeset viewer.