Skip to content
⌘ NSIS Forum Archive

How to insert a MailTo Link for a label in NSIS 2.0

3 posts

DivyaArun#

How to insert a MailTo Link for a label in NSIS 2.0

Hi All,

I want to insert a MailTo hyperlink for a label , which on clicked will open a default mail instance, something as below



Thanks,
Divya
Anders#
v2.0? Are you sure about this?

Anyway, ExecShell can handle the mailto: protocol.

Is this a label on a custom page? The custom page plug-ins already have a link control you can use.
DivyaArun#
Originally Posted by Anders View Post
v2.0? Are you sure about this?

Anyway, ExecShell can handle the mailto: protocol.

Is this a label on a custom page? The custom page plug-ins already have a link control you can use.
Hi,

Sorry, I am using MU1.

I was able to achieve the mailto functionality using ExecShell.
Thanks again!!!