Do you have a standard menu item "Check for Updates"?

Last updated by Tiago Araújo [SSW] 9 days ago.See history

A standard menu item "Check for Updates" should be available in the Help menu. Its function is running SSW Diagnostics to check updates and keep the system up to date easily. More on Do you allow users to check for a new version easily?

Figure: "Check for Updates" menu item

Here's the code to run Diagnostics:

System.Diagnostics.Process.Start("http://us.ssw.com.au/ssw/diagnostics/download/SSWDiagnostics.application#SSWDiagnostics.application");
We open source. Powered by GitHub