We have a desktop product consisting of a Win32 service, a notification application, and related DLL files.
I was instructed to take a look at automatic updates. We could write our own updater, but before we do this, I would like to see what else is there. Are there any commercial systems (such as those similar to Windows Update) that we could use? I am sure InstallShield used something like this, but I cannot find it now, and it is possible that my memory failed.
This is a Win32 application (and service), so ClickOnce is missing (or is it?).
windows winapi auto-update
Roger Lipscombe
source share