Issue with opening .exe in ie9

我只是一个虾纸丫 提交于 2019-12-24 12:30:42

问题


Has anyone come across this problem...On our intranet site we have a link (a button) that launches and .exe in a separate popup window. With ie it bypasses the open/save dialog box and just opens. Firefox and Chrome actually have you download the .exe before you run it. Well since some of us have upgraded to ie9 when you launch the .exe it takes about 3 minutes to open(and I wish I was exaggerating on the time). Has anyone encountered this, and does anyone have any advise?


回答1:


In our environment, we have a shared folder where the exes are, and we have registered a custom URL protocol (which we called start) on all our computers.

Then we just put some links on our web pages, such as start://whatever.exe, and when the user clicks that, it runs whatever.exe.




回答2:


@GSerg Thank you for your advise. That was an option on the table, however we did not want to have to do the registered protocol on each computer. What we ended up doing was creating a click once for the app. and then pointed to the myapp.applicaion and it seems to be working so far. Good ole ie9 and headaches!



来源:https://stackoverflow.com/questions/8733278/issue-with-opening-exe-in-ie9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!