Modify ↓
Ticket #189 (accepted enhancement)
Add a setting to not check for updates
| Reported by: | bb@rinn.ch | Owned by: | alamaison |
|---|---|---|---|
| Priority: | minor (e.g. uncommon, cosmetic, has workaround) | Milestone: | 2.0 Extra features |
| Component: | installer | Version: | |
| Keywords: | update check | Cc: |
Description
We would like to use Swish-SFTP on a terminal server where the user can't update software himself / herself.
In this environment, we would like to be able to disable the update check that Swish SFTP performs automatically as the user cannot act on it. It would be optimal to have a checkbox in the installer to disable the update check, but having to change a registry key after installation would also be OK.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

You can disable update checking by setting two registry keys:
Set both to a REG_SZ value of 1. The first fools the update checker into thinking it's asked the user whether they want Swish to check for updates and the second tells it that the user chose never to check for updates.
We could add a command-line option to the installer to set these but it's not a priority at the moment.