Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 4 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από 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.

Όλες οι απαντήσεις (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?

Τροποποιήθηκε στις από το χρήστη jscher2000 - Support Volunteer

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.