Ignore:
Timestamp:
2009-06-08T13:34:49+12:00 (15 years ago)
Author:
oranfry
Message:

defaultValue for DirectoryInput is now a comma separated list of choices for the install directory, which will be iterated at runtime and the first writable directory in the list chosen as the default install directory

File:
1 edited

Legend:

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

    r19624 r19755  
    4646    <!-- Because of Vista UAC related issues, it is now preferred to install Greenstone where the current user has full privileges -->
    4747        <directory property="installDir"
    48             defaultValue="${env.HOMEDRIVE}\${env.HOMEPATH}\Greenstone2"
     48            defaultValue="C:\Program Files\Greenstone2,${env.HOMEDRIVE}\${env.HOMEPATH}\Greenstone2"
    4949            create="true"
    5050            displayText=""
Note: See TracChangeset for help on using the changeset viewer.