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
- :
- Re: HOWTO: Hyperlink inside a Dialog?
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
Aug 26, 2008
07:30 PM
HOWTO: Hyperlink inside a Dialog?
Hi
I want to make a custom dialog with a hyperlink on it, so that users may click this and go to a website. I imagine this would work as a last step of setup.
How can I perform this since I don't see a hyperlink control anywhere? I am using a basic MSI project.
Thanks.
I want to make a custom dialog with a hyperlink on it, so that users may click this and go to a website. I imagine this would work as a last step of setup.
How can I perform this since I don't see a hyperlink control anywhere? I am using a basic MSI project.
Thanks.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 27, 2008
10:47 AM
The MSI control set does not currently include a hyperlink control. Often people will substitute a button control associated with a custom action to launch the web browser.