cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chriscw
Level 6

What is the best way to display an HTML document after setup

When my Installscript project completes I would like to display an HTML or PDF document to give the user some information about next steps.  What is the best way to achieve this?

I have tried scripting the following C:\Program Files\Internet Explorer>iexplore c:\temp\uScan+HD Driver update How To.htm  Using Launch App to start internet explorer and passing the HTML file but although internet explorer does start it does not show anything.  My script is:

szPath = "C:\Temp";
ChangeDirectory(szPath);
szMsg = PROGRAMFILES + "Internet Explorer\\iexplore.exe";
LaunchApp(szMsg , "c:\temp\uScan+HD Driver update How To.htm");

Is there a better way to display HTML.

 

0 Kudos
(0) Replies