Author: nextgens Date: 2006-08-24 14:46:06 +0000 (Thu, 24 Aug 2006) New Revision: 10258
Modified: trunk/apps/installer/installclasspath/windows/update.cmd Log: update: new updating script for win32 Modified: trunk/apps/installer/installclasspath/windows/update.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-24 14:25:06 UTC (rev 10257) +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-08-24 14:46:06 UTC (rev 10258) @@ -113,6 +113,7 @@ set RESTART=1 echo - Shutting down Freenet... call stop.cmd > NUL +IF ERRORLEVEL 1 call bin\stop.cmd > NUL echo - If you see an error message about echo - "The service could not be controlled in its present state." echo - Please ignore, it is a side effect of a work-around @@ -179,6 +180,7 @@ if %RESTART%==0 goto cleanup2 echo - Restarting Freenet... call start.cmd > NUL +IF ERRORLEVEL 1 call bin\start.cmd > NUL :cleanup2 if %FILENAME%==update.new.cmd goto newend
