Skip to content
⌘ NSIS Forum Archive

Opening a specific webpage

5 posts

statblaster#

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!!!
VegetaSan#
I have this .. and it works too

Exec '"$PROGRAMFILES\Internet Explorer\iexplore.exe" "http://www.anime-supreme.com"'
deguix#
VegetaSan's way requires the user to have the Internet Explorer, and installed in the same folder.

So the first one is better.