So um diesen Thread einen würdigen Abschluss zu geben hab ich nun des Rätsels Lösung gefunden:
Öffne die X:\Programme\MozillaFirefox\components\nsHelperAppDlg.js mit einem Editor
Suche diese Stelle (Notepad++ Zeile 415)
Zitat:
// if always-save and is-executable and no-handler
// then set up simple ui
var mimeType = this.mLauncher.MIMEInfo.MIMEType;
var shouldntRememberChoice = (mimeType ==
"application/octet-stream"
mimeType == "application/x-msdownload"
this.mLauncher.targetFileIsExecutable);
Und ändere sie wie rot markiert.
Zitat:
// if always-save and is-executable and no-handler
// then set up simple ui
//var mimeType = this.mLauncher.MIMEInfo.MIMEType;
//var shouldntRememberChoice = (mimeType == "application/octet-stream"
//mimeType == "application/x-msdownload"
//this.mLauncher.targetFileIsExecutable);