0

I made a program with Visual Studio and I managed to open it using an href in my Angular page, how can I know if the user has installed it when the page is trying to open it using href=program: ? Im trying to alert the user by downloading the installer if is not installed. I used:

window.location.href = "program:"+id;

I see the popup asking to open my software, but I need to know if this popup appears or not so I can fire the download function. Any help?

ErSeraph
  • 71
  • 4
  • There's no simple way due to what browser has access to e.g. https://stackoverflow.com/questions/1106377/detect-when-a-browser-receives-a-file-download – Andrew Allen Dec 19 '22 at 11:05

0 Answers0