Archive: Opening a specific webpage


Opening a specific webpage
Im in a huge crunch. I have 2 hours to get this done, so as much help as you can give is greatly appreciated.

I am trying to to launch a url from the installer and nothing is working.

Please can someone paste code that they know definitely works.

Help!!!


ExecShell "open" "http://yoururl"


I have this .. and it works too

Exec '"$PROGRAMFILES\Internet Explorer\iexplore.exe" "http://www.anime-supreme.com"'

VegetaSan's way requires the user to have the Internet Explorer, and installed in the same folder.

So the first one is better.


Using ExecShell the site will be opened in the default browser.