Archive: How to trigger print from installer


How to trigger print from installer
Hi,

I have created a print hyperlink on installer. On click of this link, it opens launches a browser with a html page using command:

ExecShell "open"

So instead of this i want when user clicks on print link, it opens a file print dialog box with my harde coded file.

i have a rtf file. So on click of this link I want to open a print file dialog box.

Thanx


The ExecShell entry in the User Manual has an example showing how to print something:
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.3