Author: nextgens Date: 2008-01-11 14:10:33 +0000 (Fri, 11 Jan 2008) New Revision: 17009
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: new_installer: same thing for windows Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-01-11 14:05:05 UTC (rev 17008) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-01-11 14:10:33 UTC (rev 17009) @@ -99,4 +99,9 @@ @net start freenet-darknet-%FPROXY_PORT% @echo Spawning up a browser + at if not exist welcome.%ISO3_LANG%.html goto nol10n + at start welcome.%ISO3_LANG%.html + at goto endl10n +:nol10n @start welcome.html +:endl10n
