Is there an auto-update framework for C++/Win32/MF

2019-03-10 02:07发布

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?

8条回答
放荡不羁爱自由
2楼-- · 2019-03-10 02:20

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

查看更多
爷、活的狠高调
3楼-- · 2019-03-10 02:20

There is open source project WIPT inspired by APT of Debian Linux. However, the project seems to be abandoned.

查看更多
来,给爷笑一个
4楼-- · 2019-03-10 02:23

I've never used it, but WiX provides ClickThrough. Might be worth a look.

查看更多
SAY GOODBYE
5楼-- · 2019-03-10 02:23

AbstractSpoon uses "Software Update Wizard" from here for their awesome ToDoList MFC app.

查看更多
走好不送
6楼-- · 2019-03-10 02:26

I found two more projects aimed at solving this: http://sevenupdate.sourceforge.net/ and Google's Omaha but it's not clear either of them has any external users yet, so this question is apparently still open. I too am looking for a solution....

查看更多
来,给爷笑一个
7楼-- · 2019-03-10 02:28

Another .NET one: SparkleDotNet

查看更多
登录 后发表回答