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

Last change on this file since 17808 was 17791, checked in by max, 15 years ago

Fixed some bugs for the Uninstaller on the windows platform.

File size: 473 bytes
Line 
1@echo off
2if exist .\bin\windows\search4j.exe .\bin\windows\search4j.exe -p .\packages\jre -l .\uninst.jar
3
4if exist .\gs2build\bin\windows\search4j.exe .\gs2build\bin\windows\search4j.exe -p .\packages\jre -l .\uninst.jar
5
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.