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 ?

4 Answers4

2

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

Michael Herrmann
  • 4,832
  • 3
  • 38
  • 53
Atempcode
  • 397
  • 1
  • 4
2

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

Václav Slavík
  • 6,445
  • 2
  • 28
  • 25
1

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

swatkat
  • 4,785
  • 1
  • 23
  • 17
0

Here is a long list of auto-update frameworks:

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

Chetan
  • 46,743
  • 31
  • 106
  • 145