Archive: Redirect to Internet Explorer, Mozilla,...


Redirect to Internet Explorer, Mozilla,...
Hello comunity!!
So.. I have a instalation, and I wanna know how can I redirect to a HomePege??

like.. after the instalation.. I would like open a Internet Explorer or MOzilla, with the google site?!

How can I do it??!!!

thanks a lot!!!!


Maybe something like:
Exec '"C:\Program Files\Internet Explorer\iexplore.exe" "www.microsoft.com"'

Or to use the default browser I think this will do:
ExecShell "open" "http://nsis.sf.net/"


I haven't tested either though.