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

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

got the uninstaller working

File size: 321 bytes
Line 
1bin\search4j.exe -p %CD%\packages\jre -l uninst.jar
2
3PING 127.0.0.1 -n 5 > NUL
4
5if exist uninst.flag (
6
7 rd /s /q packages\jre
8 rmdir packages
9
10 del bin\search4j.exe
11 rmdir bin
12
13 rm uninst.jar
14 rm uninst.flag
15 rm Uninstall.bat
16
17 if NOT EXIST *.* (
18 set GSDEL=%CD%
19 cd ..
20 rmdir %GSDEL%
21 )
22
23)
Note: See TracBrowser for help on using the repository browser.