source: release-kits/shared/uninstaller/Uninstall.bat@ 17426

Last change on this file since 17426 was 17426, checked in by oranfry, 16 years ago

setting up the flag file system for the uninstaller

File size: 175 bytes
Line 
1bin\search4j.exe -p %CD%\packages\java -j uninst.jar
2
3if exist uninst.flag (
4 rd /s /q packages/jre
5 rmdir packages
6 rm uninst.jar
7 rm uninst.flag
8 rm Uninstall.bat
9)
Note: See TracBrowser for help on using the repository browser.