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.