This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- What is the best way to display an HTML document after setup
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 21, 2019
06:55 AM
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.
- Tags:
- HTML
- installscript
(0) Replies