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

Last change on this file since 17772 was 17730, checked in by max, 16 years ago

Fixed some bugs for the Uninstaller on all platforms.

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