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 ?
views:
138answers:
4
+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
2009-09-04 12:35:44
+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
2009-09-09 14:52:28