source: release-kits/shared/uninstaller/Uninst.bat@ 18033

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

Fix the minimized uninstaller.

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