Windows Service Silent Update: Difference between revisions

Jump to navigation Jump to search
m
Line 59: Line 59:
If the user is running on an x64 computer with a native x64 build, then the service will not be installed nor used by that build.  If the user is on an x64 computer with an x86 build, then the service will be used and installed by the build as an x86 process.  Future versions of Firefox will support native x64 builds with the service.  Work is being tracked for native x64 builds in [https://bugzilla.mozilla.org/show_bug.cgi?id=715876 Bug 715876].
If the user is running on an x64 computer with a native x64 build, then the service will not be installed nor used by that build.  If the user is on an x64 computer with an x86 build, then the service will be used and installed by the build as an x86 process.  Future versions of Firefox will support native x64 builds with the service.  Work is being tracked for native x64 builds in [https://bugzilla.mozilla.org/show_bug.cgi?id=715876 Bug 715876].


The service decides whether or not it is newer by looking at the updater file's version number in comparison to a new one being updated/installed.   
The service decides whether or not it is newer by looking at the updater file's version number in comparison to a new one being updated by application update or the installer.   
Only if the newer version number is greater will it be replaced.  This means that if the user runs builds like Nightly, then the Nightly service would update all other channels.  It will therefore always be backwards compatible.
Only if the newer version number is greater will it be replaced.  This means that if the user runs builds like Nightly, then the Nightly service would update all other channels.  It will therefore always be backwards compatible.


Confirmed users
1,041

edits

Navigation menu