Ignore:
Timestamp:
2008-10-01T12:33:49+13:00 (16 years ago)
Author:
oranfry
Message:

setting up the flag file system for the uninstaller

File:
1 edited

Legend:

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

    r17420 r17426  
    1 bin\windows\search4j.exe -p %CD%\packages\java -j Uninstall.jar
     1bin\search4j.exe -p %CD%\packages\java -j uninst.jar
    22
    3 if exist Uninstall.flag (
     3if exist uninst.flag (
    44    rd /s /q packages/jre
    55    rmdir packages
    6     rm Uninstall.jar
    7     rm Uninstall.flag
     6    rm uninst.jar
     7    rm uninst.flag
    88    rm Uninstall.bat
    99)
Note: See TracChangeset for help on using the changeset viewer.