Ignore:
Timestamp:
2010-11-02T11:46:14+13:00 (13 years ago)
Author:
sjm84
Message:

Added a delay to gsuninstall.bat before it tries to delete the top-level greenstone directory

File:
1 edited

Legend:

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

    r23267 r23271  
    6161   
    6262    set GSDEL=!CD!
     63    cd ..
    6364   
    6465    echo @echo off > %TEMP%\gsuninstall.bat
    6566    echo rmdir /S /Q !GSDEL!\uninstall >> %TEMP%\gsuninstall.bat
     67    echo ping 127.0.0.1 ^> nul >> %TEMP%\gsuninstall.bat
    6668    echo rmdir !GSDEL! >> %TEMP%\gsuninstall.bat
    6769    start cmd /C %TEMP%\gsuninstall.bat
Note: See TracChangeset for help on using the changeset viewer.