Author: toad Date: 2008-05-14 17:03:24 +0000 (Wed, 14 May 2008) New Revision: 19931
Modified: trunk/apps/new_installer/res/windows/browse.cmd Log: If the start fails, load iexplore directly. Modified: trunk/apps/new_installer/res/windows/browse.cmd =================================================================== --- trunk/apps/new_installer/res/windows/browse.cmd 2008-05-14 15:35:44 UTC (rev 19930) +++ trunk/apps/new_installer/res/windows/browse.cmd 2008-05-14 17:03:24 UTC (rev 19931) @@ -58,6 +58,11 @@ @del /f firefox.location @echo Trying to open "%URL%" @start "" "%URL%" + at if errorlevel 1 goto argh + at goto end +:argh + at echo Starting the page failed, attempting to load directly in IE + at start "" /B "%ProgramFiles%\Internet Explorer\iexplore.exe" "%URL%" :end @del /f firefox.reg :realEnd
