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

File:
1 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 *.* (
Note: See TracChangeset for help on using the changeset viewer.