statblaster
2nd April 2004 21:02 UTC
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!!!
Joost Verburg
2nd April 2004 22:13 UTC
ExecShell "open" "http://yoururl"
VegetaSan
3rd April 2004 08:21 UTC
I have this .. and it works too
Exec '"$PROGRAMFILES\Internet Explorer\iexplore.exe" "http://www.anime-supreme.com"'
deguix
3rd April 2004 15:08 UTC
VegetaSan's way requires the user to have the Internet Explorer, and installed in the same folder.
So the first one is better.
Joost Verburg
3rd April 2004 15:48 UTC
Using ExecShell the site will be opened in the default browser.