Results 1 to 2 of 2

Thread: Creating an auto-updater

  1. #1
    Join Date
    Mar 2011
    Location
    Denmark
    Posts
    74
    Thanks
    7
    Thanked 10 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Creating an auto-updater

    Does anybody have an auto-updating QT Application? What did you use? I came across ClickOnce and Omaha when googling they are both unfortunately windows only solutions and although windows is our primary target something that supports mac and linux as well would be ideal.

  2. #2
    Join Date
    Oct 2010
    Location
    Belarus
    Posts
    71
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Windows Maemo/MeeGo

    Default Re: Creating an auto-updater

    You can write it. It's no hard, if no want patch your app.

    Your app can known it's update revision, and time by time ask update server if new revision is come.

    On server for every revision you should have list of files to update, remove or add.

    Than you download necessary files and perform action.
    Try read Qt documentation before ask stupid question.

Similar Threads

  1. Qt application auto-updater?
    By liamstask in forum Qt Programming
    Replies: 9
    Last Post: 24th August 2011, 10:59
  2. Software Updater
    By NoRulez in forum Qt Programming
    Replies: 4
    Last Post: 29th July 2009, 09:46
  3. QT Language auto
    By bunjee in forum Qt Programming
    Replies: 1
    Last Post: 3rd April 2008, 13:45
  4. application updater
    By baray98 in forum General Programming
    Replies: 1
    Last Post: 12th February 2008, 11:02
  5. auto-math in Qt
    By nitriles in forum Qt Programming
    Replies: 8
    Last Post: 14th September 2007, 14:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.