Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

How to disable firefox asking if I really want to launch .msi file?

  • 6 àwọn èsì
  • 1 ní ìṣòro yìí
  • 51 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ Piterk

more options

Every time I download *.msi file and try to launch it through firefox last downloads menu (or library window) firefox warns me that this is executable file and asks do I really want to launch this. This is really annoying.

How to disable this warning?

P.S. I do not want to use about:preferences#privacy to disable warning me about insecure downloads! I want to only remove this stupid warning before launching legitimate .msi files just because they are .msi files. I still want firefox to scan all downloads.

Every time I download *.msi file and try to launch it through firefox last downloads menu (or library window) firefox warns me that this is executable file and asks do I really want to launch this. This is really annoying. How to disable this warning? P.S. I do not want to use about:preferences#privacy to disable warning me about insecure downloads! I want to only remove this stupid warning before launching legitimate .msi files just because they are .msi files. I still want firefox to scan all downloads.

Ti ṣàtúnṣe nípa Piterk

Ọ̀nà àbáyọ tí a yàn

OK, I've found it in the source code.

Add the following pref: browser.download.skipConfirmLaunchExecutable = true


Code line Bug 1472635 Btw, it's there since Fx63 :).

Ka ìdáhùn ni ìṣètò kíkà 👍 1

All Replies (6)

more options

Go to about:config and set browser.download.manager.alertOnEXEOpen = false.

more options

Unfortunately it did not help. I had it on disabled earlier. I have no warning on exe files, only on msi files. This is something new, silently added in firefox 65.

more options

Ọ̀nà àbáyọ Tí a Yàn

OK, I've found it in the source code.

Add the following pref: browser.download.skipConfirmLaunchExecutable = true


Code line Bug 1472635 Btw, it's there since Fx63 :).

Ti ṣàtúnṣe nípa TyDraniu

more options

I created string and set it to true and it did not work. Now I cannot create boolean because it only changes what string says.

more options

...

  1. Right-click on the pref and select Resetuj.
  2. Restart the browser.
  3. Try again to create a boolean preference.
more options

Thanks! That solved the problem, string disappeared after resetting it. Now I created boolean and message is not popping up on msi files!