Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Launching html file on the setup at runtime


2 replies to this topic

Dyerald

Dyerald
  • Members
  • 43 posts

Posted 16 October 2001 - 08:13

Hi,

Im using IPWI 2.03 and my project needs to launch a html file on one of my projects custom dialog when the user click a specific button. How can I do this? Any idea???
Please help... I really need this on my project. I would be very gratefull for any help or suggestions. Thanks in advance.

Dyerald =)


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 October 2001 - 11:21

You could call the Windows API function ShellExecute as a custom action (type Standard DLL)

Perotin

Perotin
  • Full Members
  • 407 posts

Posted 16 October 2001 - 11:23

Look into Open HTML Page in Default Browser / Launch Associated Application on the IS 5/6 Samples, perhaps you can use this code.