How do I make a hyperlink to a local executable?
Posted
by Scott Ferguson
on Stack Overflow
See other posts from Stack Overflow
or by Scott Ferguson
Published on 2010-05-12T03:39:32Z
Indexed on
2010/05/12
3:44 UTC
Read the original article
Hit count: 260
We have an Intranet website, and a WPF windows executable installed on every workstation.
- How can we create a hyperlink on the intranet website that will launch the locally installed executable?
- Ideally we want the launch to be seamless. Is there a way of setting the browsers trust settings so that it won't display a security warning dialog for this executable?
We have full admin capabilities on each workstation, and each user only uses Internet Explorer. We also know the correct local path for the exe.
© Stack Overflow or respective owner