Author: nextgens Date: 2008-03-17 17:41:36 +0000 (Mon, 17 Mar 2008) New Revision: 18559
Modified: trunk/apps/new_installer/res/unix/bin/cleanup.sh trunk/apps/new_installer/res/windows/bin/cleanup.cmd Log: new_installer: don't leave the frost installation script behind Modified: trunk/apps/new_installer/res/unix/bin/cleanup.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/cleanup.sh 2008-03-17 13:40:34 UTC (rev 18558) +++ trunk/apps/new_installer/res/unix/bin/cleanup.sh 2008-03-17 17:41:36 UTC (rev 18559) @@ -6,6 +6,6 @@ # We keep application installers in case users want to perform updates rm -f 1run.sh cleanup.sh detect_port_availability.sh install_freenet-ext.sh install_freenet-stable-latest.sh install_librarian.sh install_mdns.sh install_plugins.sh install_stun.sh install_updater.sh setup.sh install_startup_hook-mac.sh offline opennet.install -rm -f _install_toSource.sh +rm -f _install_toSource.sh install_frost.sh echo "All done, please click Next" Modified: trunk/apps/new_installer/res/windows/bin/cleanup.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/cleanup.cmd 2008-03-17 13:40:34 UTC (rev 18558) +++ trunk/apps/new_installer/res/windows/bin/cleanup.cmd 2008-03-17 17:41:36 UTC (rev 18559) @@ -5,4 +5,4 @@ :: Keep application installers in case users want to perform updates @cd bin - at del /F 1run.cmd setup.cmd detect_port_availability.cmd install_freenet-ext.cmd install_freenet-stable-latest.cmd install_plugins.cmd install_updater.cmd install_wrapper.cmd setup.cmd opennet.install offline 2> NUL > NUL + at del /F 1run.cmd setup.cmd detect_port_availability.cmd install_freenet-ext.cmd install_freenet-stable-latest.cmd install_plugins.cmd install_updater.cmd install_wrapper.cmd setup.cmd opennet.install offline install_frost.cmd 2> NUL > NUL
