Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Why am I having problems updating to Firefox 45.6 ESR on numerous computers in my company?

  • 4 risposte
  • 2 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di cor-el

more options

Any time Firefox attempts to install update 45.6 it gives the following error message "The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again." I checked "last-update" logs in the Mozilla updates folder and found this error message "EXECUTE PATCH firefox.exe rename_file: failed to rename file - src: C:\Program Files\Mozilla Firefox/firefox.exe, dst:C:\Program Files\Mozilla Firefox/firefox.exe.moz-backup, err: 13

      1. execution failed"

We have tried restarting the application countless times, rebooting the computer systems, and uninstall/reinstall Firefox 45.5.1 ESR then update again. We keep getting the same issue.

Any time Firefox attempts to install update 45.6 it gives the following error message "The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again." I checked "last-update" logs in the Mozilla updates folder and found this error message "EXECUTE PATCH firefox.exe rename_file: failed to rename file - src: C:\Program Files\Mozilla Firefox/firefox.exe, dst:C:\Program Files\Mozilla Firefox/firefox.exe.moz-backup, err: 13 ### execution failed" We have tried restarting the application countless times, rebooting the computer systems, and uninstall/reinstall Firefox 45.5.1 ESR then update again. We keep getting the same issue.

Tutte le risposte (4)

more options

It is possible that security software (anti-virus, firewall) is causing the problem. Try to disable security software temporarily to see if that makes a difference.

Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen or hold down the Shift key) to see if that has effect.

more options

smith.kian said

"EXECUTE PATCH firefox.exe rename_file: failed to rename file - src: C:\Program Files\Mozilla Firefox/firefox.exe, dst:C:\Program Files\Mozilla Firefox/firefox.exe.moz-backup, err: 13 ### execution failed"

That is weird: Windows paths should never have / between the folder name and file name. Is that a glitch in the updater or in the error message? Hmm...

Considering the program folder name: Is the problem with the Windows 64-bit release on 64-bit systems, or the Windows 32-bit release on 32-bit systems?

Modificato da jscher2000 - Support Volunteer il

more options

The problem is happening with the 64-bit Windows release on a 64-bit system.

more options

I assume that the logging code is using Unix convention for appending the file name and prepends the directory path that is of course containing backslashes on Windows.

It would take a lot of code to check what platform is used.

The only reasons for issues with updating that I can think of would be the (write) permissions for the file and other software keeping a possible handle on the file that prevents Firefox from deleting or renaming files.