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

added the uninstaller to all release kits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/installer/build.xml

    r17255 r17257  
    7373                <include name="README.txt"/>
    7474                <include name="server.jar"/>
    75 
     75                <include name="Uninstall.jar"/>
    7676            </patternset>
    7777        </unzip>
     
    174174            iconFile="${installDir}\resources\images\gs3.ico"
    175175            iconIndex="0" />
     176
     177        <shortcut
     178            file="${startmenu.path}\Uninstall.lnk"
     179            execute="${installDir}\winutil\search4j.exe -h packages\jre -l Uninstaller.jar"
     180            workingDirectory="${installDir}"
     181            iconFile="${installDir}\images\icon.ico"
     182            iconIndex="0" />
    176183       
     184
    177185        <shortcut
    178186            file="${startmenu.path}\Documentation\README.lnk"
Note: See TracChangeset for help on using the changeset viewer.