Author: toad Date: 2008-05-05 23:31:45 +0000 (Mon, 05 May 2008) New Revision: 19776
Modified: trunk/apps/new_installer/res/windows/browse.cmd Log: doh Modified: trunk/apps/new_installer/res/windows/browse.cmd =================================================================== --- trunk/apps/new_installer/res/windows/browse.cmd 2008-05-05 23:31:00 UTC (rev 19775) +++ trunk/apps/new_installer/res/windows/browse.cmd 2008-05-05 23:31:45 UTC (rev 19776) @@ -28,7 +28,7 @@ :: bin\cat.exe firefox.reg | find "@=" | bin\sed.exe "s/""/|/g" | bin\sed.exe "s/.*|\(.*\)|/\1/" | bin\sed.exe "s/\\\\/\\/g" > firefox.location @bin\cat.exe firefox.reg | find "@=" | bin\sed.exe s/@="\(.*\)"/\1/ | bin\sed.exe "s/\\\\/\\/g" > firefox.location @set /P FIREFOX=<firefox.location - at if not defined FIREFOX goto maybeff + at if defined FIREFOX goto foundff :maybeff :: Try to detect firefox by checking standard locations. @@ -36,6 +36,7 @@ @set FIREFOX=c:\Program Files\Mozilla Firefox\firefox.exe @echo c:\Program Files\Mozilla Firefox\firefox.exe > firefox.location +:foundff :: creation of the profile @echo Creating a Firefox profile for freenet @start "" /B %FIREFOX% "file:///%INSTALL_PATH%\dont-close-me.html"
