User Tag List

Results 1 to 6 of 6

Thread: Check for updates?

  1. #1
    No Products Registered

    Join Date
    Sep 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Check for updates?

    All right really simple: I made an app that a couple people are using. I keep updating it and have to email them all to tell them theres an update. Is there anyway to make the program check if theres an update, and if yes, download it?

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Check for updates?

    You should :

    1. put on your server a PHP page that returns the version number and a download link.

    2. call this page from your application with the Get object and extract the version number and link from the result.

    3. compare the version number with the one of the current version and if it's higher ask the user for confirmation, download the new version with the Download object, run it and quit the application.

    EDIT: instead of 1 and 2 you can also just download a .txt file that contains the version number and download link with the Download object, that's even easier.

  3. #3
    No Products Registered

    Join Date
    Sep 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Check for updates?

    thanks... how do I download a file? FTP and vitalize arent working for me...

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Check for updates?

    Use the Download Object.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  5. #5
    No Products Registered

    Join Date
    Sep 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Check for updates?

    lol i feel stupid. didnt update mmf2 for a long time. all right thanks

  6. #6
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Check for updates?

    No problem.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


Similar Threads

  1. Faster to run always check distance vs always check collision?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 18th September 2013, 08:28 PM
  2. any updates
    By DT in forum Android Export Module Version 2.0
    Replies: 11
    Last Post: 5th November 2010, 08:30 PM
  3. Updates
    By Zabooza in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 2nd May 2009, 04:19 AM
  4. Periodically check for updates
    By Ran_TH in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 2nd March 2009, 06:11 AM
  5. Creating a "Check for updates" button
    By dm75 in forum Install Creator and Patch Maker
    Replies: 3
    Last Post: 29th November 2006, 08:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •