Launch an exe from browser (Windows)
I need to launch an installed application from browser (not just IE). From this thread I understood that I need to implement asynchronous pluggable protocols and registering an application to uri scheme . I would like to check if there are any other ways of implementing it? In my scenario I am expected to launch an existing application from the client machine. So can I register this application to uri scheme and use it. My only concern is in both the scenarios(or at least the second scenario) we have to make registry changes. And if the registry settings are not present this won't work. Is