Author: nextgens Date: 2007-05-10 01:19:13 +0000 (Thu, 10 May 2007) New Revision: 13192
Modified: trunk/apps/new_installer/res/windows/bin/install_freenet-ext.cmd trunk/apps/new_installer/res/windows/bin/install_freenet-stable-latest.cmd trunk/apps/new_installer/res/windows/bin/install_frost.cmd trunk/apps/new_installer/res/windows/bin/install_jsite.cmd trunk/apps/new_installer/res/windows/bin/install_plugins.cmd trunk/apps/new_installer/res/windows/bin/install_thaw.cmd trunk/apps/new_installer/res/windows/bin/install_updater.cmd Log: new_installer: doh Modified: trunk/apps/new_installer/res/windows/bin/install_freenet-ext.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_freenet-ext.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_freenet-ext.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -3,7 +3,7 @@ @set JAVA_HOME=$JAVA_HOME @cd /D %INSTALL_PATH% - at if not exist offline goto end + at if exist offline goto end @echo "Downloading freenet-ext.jar" @java -jar bin\sha1test.jar freenet-ext.jar . > NUL :end Modified: trunk/apps/new_installer/res/windows/bin/install_freenet-stable-latest.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_freenet-stable-latest.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_freenet-stable-latest.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -3,7 +3,7 @@ @set JAVA_HOME=$JAVA_HOME @cd /D %INSTALL_PATH% - at if not exist offline goto end + at if exist offline goto end @echo "Downloading freenet-stable-latest.jar" @java -jar bin\sha1test.jar freenet-stable-latest.jar . > NUL :end Modified: trunk/apps/new_installer/res/windows/bin/install_frost.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_frost.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_frost.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -5,7 +5,7 @@ @if not exist frost goto nofrost @del /F frost > NUL - at if not exist offline goto end + at if exist offline goto end @echo "Downloading Frost" @java -jar bin\sha1test.jar frost/frost.zip . > NUL :end Modified: trunk/apps/new_installer/res/windows/bin/install_jsite.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_jsite.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -5,7 +5,7 @@ @if not exist jsite goto nojsite @del /F jsite > NUL - at if not exist offline goto end + at if exist offline goto end @echo "Downloading jSite" @java -jar bin\sha1test.jar jSite/jSite.jar . > NUL :end Modified: trunk/apps/new_installer/res/windows/bin/install_plugins.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_plugins.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_plugins.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -10,7 +10,7 @@ @if not exist stun goto nostun @echo -JSTUN @set PLUGINS=plugins.JSTUN.JSTUN at file:///%INSTALL_PATH%\plugins\JSTUN.jar;%PLUGINS% - at if not exist offline goto end1 + at if exist offline goto end1 @java -jar bin\sha1test.jar plugins/JSTUN.jar.url plugins > NUL :end1 @copy plugins\JSTUN.jar.url plugins\JSTUN.jar > NUL @@ -20,7 +20,7 @@ @if not exist mdns goto nomdns @echo -MDNSDiscovery @set PLUGINS=plugins.MDNSDiscovery.MDNSDiscovery at file:///%INSTALL_PATH%\plugins\MDNSDiscovery.jar;%PLUGINS% - at if not exist offline goto end2 + at if exist offline goto end2 @java -jar bin\sha1test.jar plugins/MDNSDiscovery.jar.url plugins > NUL :end2 @copy plugins\MDNSDiscovery.jar.url plugins\MDNSDiscovery.jar > NUL @@ -30,7 +30,7 @@ @if not exist librarian goto nolibrarian @echo -Librarian @set PLUGINS=plugins.Librarian.Librarian at file:///%INSTALL_PATH%\plugins\Librarian.jar;%PLUGINS% - at if not exist offline goto end3 + at if exist offline goto end3 @java -jar bin\sha1test.jar plugins/Librarian.jar.url plugins > NUL :end3 @copy plugins\Librarian.jar.url plugins\Librarian.jar > NUL Modified: trunk/apps/new_installer/res/windows/bin/install_thaw.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_thaw.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_thaw.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -6,7 +6,7 @@ @if not exist thaw goto nothaw @del /F thaw > NUL @echo "Downloading Thaw" - at if not exist offline goto end + at if exist offline goto end @java -jar bin\sha1test.jar Thaw/Thaw.jar . > NUL :end @echo @start javaw -jar Thaw.jar > thaw.cmd Modified: trunk/apps/new_installer/res/windows/bin/install_updater.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_updater.cmd 2007-05-10 01:09:10 UTC (rev 13191) +++ trunk/apps/new_installer/res/windows/bin/install_updater.cmd 2007-05-10 01:19:13 UTC (rev 13192) @@ -4,7 +4,7 @@ @cd /D %INSTALL_PATH% @echo "Downloading update.cmd" - at if not exist offline goto end + at if exist offline goto end @java -jar bin\sha1test.jar update/update.cmd . > NUL :end @echo node.updater.enabled=true >> freenet.ini
