Ignore:
Timestamp:
2008-09-11T16:58:26+12:00 (16 years ago)
Author:
oranfry
Message:

added the uninstaller to all release kits

Location:
release-kits/wirk2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2

    • Property svn:externals
      •  

        old new  
        22windows http://svn.greenstone.org/release-kits/shared/windows
        33lib http://svn.greenstone.org/release-kits/shared/lib
         4uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
        45
  • release-kits/wirk2/installer/build.xml

    r17125 r17257  
    7171                <include name="setup.bat"/>
    7272                <include name="server.exe"/>
     73                <include name="Uninstall.jar"/>
    7374                <include name="gsdlsite.cfg"/>
    7475
     
    158159            iconIndex="0" />
    159160        <shortcut
     161            file="${startmenu.path}\Uninstall.lnk"
     162            execute="${installDir}\bin\windows\search4j.exe -h packages\jre -l Uninstaller.jar"
     163            workingDirectory="${installDir}"
     164            iconFile="${installDir}\images\icon.ico"
     165            iconIndex="0" />
     166        <shortcut
    160167            file="${startmenu.path}\Documentation\READMEen.lnk"
    161168            execute="${installDir}\READMEen.txt" />
Note: See TracChangeset for help on using the changeset viewer.