cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lky_006
Level 2

!!Help: how to add hyperlink text in installshield dialog for basic MSI project

I need to add a hyperlink text in the dialog for basic MSI project, who knows how to do?
Now there is one way to make it work:
1. Create a text, and input test
2. In direct editor panel, select control table and find the text
3. Change type to Hyperlink
However, only win7 OS supports it because it includes windows installer 5, and there is no redistributable of windows installer 5. How about XP or Vista? Is there any other method?
Labels (1)
0 Kudos
(3) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Unfortunately, no; there is currently no downlevel support for Hyperlink controls in Windows Installer (Basic MSI projects). If you can use an InstallScript UI, we offer full HTML there, but generally I would first suggest using a button instead of a hyperlink in your Basic MSI.
0 Kudos
lky_006
Level 2

Thank you very much for your reply.
0 Kudos
Stefan_Krueger
Level 9

You could even build two versions of your dialog, one with button for VersionMsi < "5.00" and one with hyperlink for VersionMsi >= "5.00" .

Please also note my blog post "Careful with that Hyperlink (on your MSI dialog)" at
http://msmvps.com/blogs/installsite/archive/2009/09/18/careful-with-that-hyperlink-on-your-msi-dialog.aspx
Stefan Krueger
InstallSite.org
0 Kudos