Changeset 17791


Ignore:
Timestamp:
2008-11-07T16:18:58+13:00 (15 years ago)
Author:
max
Message:

Fixed some bugs for the Uninstaller on the windows platform.

File:
1 edited

Legend:

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

    r17730 r17791  
    11@echo off
    2 if exist setup.bat setup.bat > NUL
    3 if exist gs2build\setup.bat gs2build\setup.bat > NUL
     2if exist .\bin\windows\search4j.exe .\bin\windows\search4j.exe -p .\packages\jre -l .\uninst.jar
    43
    5 %GSDLHOME%\bin\%GSDLOS%\search4j.exe -p .\packages\jre -l .\uninst.jar
     4if exist .\gs2build\bin\windows\search4j.exe .\gs2build\bin\windows\search4j.exe -p .\packages\jre -l .\uninst.jar
     5
    66
    77if exist uninst.flag (
Note: See TracChangeset for help on using the changeset viewer.