views:

138

answers:

4

Our app is built using Qt and I would like to use a framework similar to Sparkle in our Windows version, to replace our custom solution. Is there anything like this ?

+1  A: 

Windows has BITS APIs for writing auto-update components. Check it out here:
http://msdn.microsoft.com/en-us/library/aa362827%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/magazine/cc188766.aspx

swatkat
+1  A: 

Google has their update framework open-sourced: http://code.google.com/p/omaha/. But the server side is not there, there is a paper about the protocols in the wiki though.

Atempcode
A: 

Here is a long list of auto-update frameworks:

http://www.fredshack.com/docs/auto_update.html

Chetan
+1  A: 

There's now a Windows port of Sparkle, see http://winsparkle.org.

vslavik