Author: toad Date: 2008-05-05 23:44:15 +0000 (Mon, 05 May 2008) New Revision: 19777
Modified: trunk/apps/new_installer/res/windows/browse.cmd Log: Tell the user we are trying to open the URL, so that if the user is awake they can open it themselves if it fails (I HAVE SEEN IT FAIL in testing, and somehow open a command prompt named after the file rather than opening the welcome.html) Modified: trunk/apps/new_installer/res/windows/browse.cmd =================================================================== --- trunk/apps/new_installer/res/windows/browse.cmd 2008-05-05 23:31:45 UTC (rev 19776) +++ trunk/apps/new_installer/res/windows/browse.cmd 2008-05-05 23:44:15 UTC (rev 19777) @@ -48,6 +48,7 @@ :noff @echo The installer was unable to locate Mozilla Firefox on your computer @del /f firefox.location + at echo Trying to open "%URL%" @start "%URL%" :end @del /f firefox.reg
