Changeset 17949 for release-kits


Ignore:
Timestamp:
2008-11-27T16:54:01+13:00 (15 years ago)
Author:
max
Message:

Do not need to be run from the directory in which it resides anymore (necesarry for Vista elevation). Starts minimized.

Location:
release-kits/shared/uninstaller
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/uninstaller/Uninstall.bat

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