Run A Clickonce Application From A Webpage Without User Action
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 mach
Solution 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
Post a Comment for "Run A Clickonce Application From A Webpage Without User Action"