Results 1 to 4 of 4

Thread: Auto-Update

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163
    You know how some programs every once in a while prompt you to DL the latest version, then do so and automatically make changes to the program or upload a whole new EXE and such?

    How does that work exactly? Any ideas? I wouldn't mind putting that feature in my apps. It'd make updating a hell of a lot easier.

    Also how would you insert new code modules.


    Eiredrake

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    30

    Lightbulb

    You can make your program connect to a website, and through ASP your website can tell your program that updates are needed. Its a matter of dependencies!
    Sheehan Alam
    CEO, Omnicron Software

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163

    Yeah..

    But how do you do the auto update? Just replace the whole project or what?

    Eiredrake

  4. #4
    Guest
    Yes, your program must replace itself. You should have two programs. An update.exe to delete the existing one and install the new one. I posted the answer to this already, not sure if it helped though..but it may help you.

    http://forums.vb-world.net/showthrea...threadid=21791



    [Edited by Matthew Gates on 07-05-2000 at 09:47 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
  •  



Click Here to Expand Forum to Full Width