Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Why does Mozilla firefox need user interaction for Auto Update?

more options

Is there any way to auto update Mozilla Firefox by itself without user interaction. We are trying with the version 40.0. As we are pushing this application in corporate environment, it should get auto-updated without user's intervention.

Any help would be appreciated.

Thanks in Advance.

Is there any way to auto update Mozilla Firefox by itself without user interaction. We are trying with the version 40.0. As we are pushing this application in corporate environment, it should get auto-updated without user's intervention. Any help would be appreciated. Thanks in Advance.

Alle Antworten (1)

more options

You can enable or disable automatic updates in Firefox with these steps.

--From Firefox Menus--

Select the Menu button in the upper-right corner, then choose “Options“. Select “Advanced“. Choose the “Update” tab. Select on of the following options as desired: Automatically install updates Check for updates, but let me choose whether to install them Never check for updates

--From about:config Menu--

Type “about:config” in the address bar, then press “Enter“. Search for the “app.update.auto” setting. Double-click the “app.update.auto” option to toggle the setting. If set to “true“, automatic updates are enabled. If set to “false“, automatic updates are disabled.

--Via prefs.js file--

Close Firefox. Navigate to the following location based on your operating system.

* Windows XP/Vista/7/8 – “%APPDATA%\Mozilla\“
* Unix/Linux – “~/.mozilla/“
* Mac OS X – “~/Library/Mozilla/” or “~/Library/Application Support/“

Open the “Profiles” folder. Open the folder that represents the profile you would like to edit. The name of the folder will vary. It is usually a bunch of characters, followed by “.default”. Open the prefs.js file with a text editor like Notepad. Look for a line that contains “app.update.enabled”. If it doesn’t exist, add a line for it in the file and set it as desired using these examples: user_pref(“app.update.enabled”, true); = Automatic updates enabled user_pref(“app.update.enabled”, false); = Automatic updates disabled

REF:link1 link2