greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17960

Show
Ignore:
Timestamp:
2008-11-28 12:29:40 (1 month ago)
Author:
oranfry
Message:

change of default install path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/wirk3/installer/antinstall-config.xml

    r17849 r17960  
    4343        <page type="input" name="destination" displayText=""> 
    4444 
     45<!-- Because of Vista UAC related issues, it is now preferred to install Greenstone where the current user has full privileges --> 
    4546                <directory property="installDir" 
    46                         defaultValue="${env.ProgramFiles}\Greenstone3" 
     47                        defaultValue="${env.HOMEDRIVE}\${env.HOMEPATH}\Greenstone3" 
    4748                        create="true" 
    4849                        displayText="" />