G
Guest
I am writing an HTML program that will be distributed on CD's. I want to be
able to launch an executable program that is also stored on the CD from a
hyperlink on one of the HTML files. Everytime I click on the link to run the
program, the browser displays a Security Warning asking the user if they want
to run or save the exe file. After clicking Run, it displays another warning
saying the publisher could not be verified and asks the user if they wish to
continue.
My question is... Is there a way to launch an executable from HTML and
bypass the security warnings? All of the HTML files and executable programs
will be part of a package that we will be distributing on a CD to our
clients, so there shouldn't be a security issue. I realize these security
mechanisms are built into the browser to protect users from malicious
software on the internet, but is there a way to temporarily disable these
from within our program so the user can launch the executables seemlessly? Is
there a way to set the Security Zone on the user's browser so that it will
trust the content running from our CD?
Thanks for any help anyone can offer.
able to launch an executable program that is also stored on the CD from a
hyperlink on one of the HTML files. Everytime I click on the link to run the
program, the browser displays a Security Warning asking the user if they want
to run or save the exe file. After clicking Run, it displays another warning
saying the publisher could not be verified and asks the user if they wish to
continue.
My question is... Is there a way to launch an executable from HTML and
bypass the security warnings? All of the HTML files and executable programs
will be part of a package that we will be distributing on a CD to our
clients, so there shouldn't be a security issue. I realize these security
mechanisms are built into the browser to protect users from malicious
software on the internet, but is there a way to temporarily disable these
from within our program so the user can launch the executables seemlessly? Is
there a way to set the Security Zone on the user's browser so that it will
trust the content running from our CD?
Thanks for any help anyone can offer.