Run a ClickOnce application from a webpage without user action

余生颓废 提交于 2019-12-10 20:28:44

问题


We have a Java based web-application and also the same application written in C# which should be run if the java-checker finds out that there's no Java installed on the client machine. The idea is to run the C# ClickOnce application automatically, without any user action, once the Java checker reports that there's no Java installed on the machine. Is that possible and if yes - how?


回答1:


Just link to (or redirect the browser to) the URL of the ClickOnce application. That should launch the application.

For example, http://www.domain.com/myapp.application



来源:https://stackoverflow.com/questions/4410783/run-a-clickonce-application-from-a-webpage-without-user-action

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