I can not figure out a security setting in IE that allows for file: URIs to run executables (e.g., window.location.open(“file:///C|/Program Files/foo/bar.exe”)).
Is there a setting that would make it permissible for certain sites to run things like that, or is there some type of Java applet or ActiveX control that could accomplish the same thing?
Thanks for any tips.
Here is a simple example using
WScript.Shellfor IE-only: of course, it will trigger the “An ActiveX control on this page…” warning.(This isn’t using a
file:///URI to launch the app though, of course, but the page is loaded throughfile:///.)Tested in IE8: