Launch exe files directly in a browser

kelomo -  
 martial -
Is there a way to launch an executable file from a web page cleanly without showing the “Open, Save, Cancel...” dialog?

Thanks for your answer ;-)

3 answers

  1. sebsauvage Posted messages 33284 Registration date   Status Moderator Last intervention   15 684
     
    No, it's not possible, and fortunately so!
    1
  2. martial
     
    we can, because of the browser's internal file associations: let me explain
    create a document with notepad empty.txt create a link in your WEB page to empty.txt
    and when you click the link notepad will open.
    This only works on widely used applications that are mentioned in Explorer
    in the "Folder Options" tab 'File types".
    But beware, this is a wide security vulnerability ...
    1
  3. moiom Posted messages 149 Registration date   Status Member 25
     
    The dialog box is only the progress window for the download, so with Internet Explorer not, otherwise you use another software to manage your downloads.
    -1