Changeset 17456 for release-kits


Ignore:
Timestamp:
2008-10-02T14:43:01+13:00 (16 years ago)
Author:
oranfry
Message:

created the Uninstall.sh so uninstall can be done on unix too

Location:
release-kits/shared/uninstaller
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/uninstaller/Uninstall.bat

    r17435 r17456  
    11bin\search4j.exe -p %CD%\packages\jre -l uninst.jar
    2 
    3 PING 127.0.0.1 -n 5 > NUL
    42
    53if exist uninst.flag (
     
    119    rmdir bin
    1210       
    13     rm uninst.jar
    14     rm uninst.flag
    15     rm Uninstall.bat
     11    del uninst.jar
     12    del uninst.flag
     13    del Uninstall.*
    1614   
    1715    if NOT EXIST *.* (
  • release-kits/shared/uninstaller/Uninstaller.java

    r17435 r17456  
    260260            //never delete the things we are currently running
    261261            exceptions.add( new File("bin/search4j.exe") );
     262            exceptions.add( new File("bin/search4j") );
    262263            exceptions.add( new File("packages/jre") );
    263264            exceptions.add( new File("uninst.jar") );
  • release-kits/shared/uninstaller/compile.sh

    r17426 r17456  
    22jar -cmf manifest.mf gsdl-template/uninst.jar *.class *.properties
    33cp Uninstall.bat gsdl-template
     4cp Uninstall.sh gsdl-template
    45rm *.class
    56
Note: See TracChangeset for help on using the changeset viewer.