Confirmed users
394
edits
| Line 61: | Line 61: | ||
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. | ||
== Service | == Service command line parameters == | ||
A | A service operation is executed by starting the service with special command line parameters. | ||
The command line parameters are as follows: | |||
1. The name of the service: MozillaMaintenance | |||
2. The name of the service command to run. Currently only the "software-update" command is allowed. | |||
3. All service-command specific command line arguments. | |||
Other commands being considered include clearing prefetch for faster startup, defraging user profile data, and other actions not yet discussed. | |||
The | The "software-update" command specific command line arguments are as follows: | ||
1. MozillaMaintenance | |||
2. software-update | |||
3. The arguments normally passed to updater.exe: updater.exe update-dir apply [wait-pid [callback-dir callback-path args]] | |||
== Applying an update from Firefox's perspective == | == Applying an update from Firefox's perspective == | ||