Author: toad Date: 2008-04-23 10:58:39 +0000 (Wed, 23 Apr 2008) New Revision: 19522
Modified: trunk/apps/new_installer/res/windows/bin/cleanup.cmd Log: Tell the user we are done. We already do this on *nix. Modified: trunk/apps/new_installer/res/windows/bin/cleanup.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/cleanup.cmd 2008-04-23 10:36:18 UTC (rev 19521) +++ trunk/apps/new_installer/res/windows/bin/cleanup.cmd 2008-04-23 10:58:39 UTC (rev 19522) @@ -6,3 +6,5 @@ :: Keep application installers in case users want to perform updates @cd bin @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 + +echo All done, please click Next
