Author: nextgens Date: 2007-11-27 19:25:35 +0000 (Tue, 27 Nov 2007) New Revision: 15992
Modified: trunk/apps/new_installer/res/windows/bin/install_frost.cmd trunk/apps/new_installer/res/windows/bin/install_jsite.cmd Log: new_installer: doh Modified: trunk/apps/new_installer/res/windows/bin/install_frost.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_frost.cmd 2007-11-27 19:19:14 UTC (rev 15991) +++ trunk/apps/new_installer/res/windows/bin/install_frost.cmd 2007-11-27 19:25:35 UTC (rev 15992) @@ -3,7 +3,7 @@ @set JAVA_HOME=$JAVA_HOME @cd /D %INSTALL_PATH% - at if not exist frost.install goto nofrost.install + at if not exist frost.install goto nofrost @del /F frost.install > NUL @if exist offline goto end @echo Downloading Frost Modified: trunk/apps/new_installer/res/windows/bin/install_jsite.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-11-27 19:19:14 UTC (rev 15991) +++ trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-11-27 19:25:35 UTC (rev 15992) @@ -3,7 +3,7 @@ @set JAVA_HOME=$JAVA_HOME @cd /D %INSTALL_PATH% - at if not exist jsite.install goto nojsite.install + at if not exist jsite.install goto nojsite @del /F jsite.install > NUL @if exist offline goto end @echo Downloading jSite
