Skip to content
⌘ NSIS Forum Archive

open an html when an installer page opens

3 posts

Pyjamarama#

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,

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
DrO#
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