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