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

Last change on this file since 17811 was 17791, checked in by max, 16 years ago

Fixed some bugs for the Uninstaller on the windows platform.

File size: 473 bytes
RevLine 
[17674]1@echo off
[17791]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
[17730]6
[17426]7if exist uninst.flag (
[17431]8
[17674]9 rd /s /q .\packages\jre
[17415]10 rmdir packages
[17431]11
[17674]12 del .\bin\search4j.exe
[17431]13 rmdir bin
14
[17456]15 del uninst.jar
16 del uninst.flag
17 del Uninstall.*
[17435]18
19 if NOT EXIST *.* (
20 set GSDEL=%CD%
21 cd ..
22 rmdir %GSDEL%
23 )
24
[17791]25)
Note: See TracBrowser for help on using the repository browser.