Archive: open an html when an installer page opens


open an html when an installer page opens
Hi,
how can I launch an htmp page stored in the $execdir when a custom installer page opens?
I found a very nice plugin,
http://nsis.sourceforge.net/archive/...instances=0,32
I can launch it in a section but i want to have the html open when a custom page of mine opens..

maybe a very silly question but...

thanx in advance


you would need to call it in the pre function of the custom page (you'll need to check the documents on callback functions)

-daz


Use ExecShell to launch the file. That works for all browsers.