Is there an auto-update framework for C++/Win32/MFC (like Sparkle)?

fhe picture fhe · Oct 31, 2008 · Viewed 8.8k times · Source

I've decided to add auto-update functionality to one of my applications and was looking for any existing solutions that compare the current running version with the latest version that is then downloaded from the web.

I know Sparkle on Mac OSX which is very nice and powerful, but was wondering whether there is something similar for Win32/MFC?

Answer

fhe picture fhe · Feb 25, 2010

I just stumpled accross WinSparkle which is an early stage but looks very promising.