Author: toad Date: 2008-05-14 12:14:16 +0000 (Wed, 14 May 2008) New Revision: 19923
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: Enclose the full path to welcome.html in quote marks in the hope that this will work better. Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-05-14 06:58:17 UTC (rev 19922) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-05-14 12:14:16 UTC (rev 19923) @@ -116,5 +116,5 @@ @net start freenet-darknet-%FPROXY_PORT% @echo Spawning up a browser - at browse welcome.html + at browse "%INSTALL_PATH%\welcome.html" :endl10n
