I have developed a Google Chrome App that in order for it to work, a Windows application should be running also.
I want to achieve something what Zoom does, for example, here https://zoom.us/test.
when one clicks on Enter
button, if the application is not installed, installer is downloaded and after click on the exe, the application is run.
If the Zoom meeting application is already installed, browser just shows this confirmation message and after accept it, the application is opened.
How can this be done using JavaScript?
Thanks