Results 1 to 3 of 3

Thread: How to make an Update Program Function???

  1. #1

    Thread Starter
    Member
    Join Date
    May 2009
    Posts
    52

    How to make an Update Program Function???

    Hi all,
    My boss has just asked me to make an "Update Program Function" for our program.

    My program is being used by someone in my company. The database is put on server computer.

    At the present, my program run by some dll file, and when I fix or update the source code, i will compile to dll and put it on the server disk. After that, the users will go to this server disk and copy the new dll and overwrite the old dll in their client computer.

    Now my boss asked me to make an "Update Program Function" : before the user login, the program will check the version (or the creation date) of the dll in the server disk, if it newer than the current dll, the program will update the new dll, else the program login normally

    How can i do that?

    Please show me how!

  2. #2

    Thread Starter
    Member
    Join Date
    May 2009
    Posts
    52

    Re: How to make an Update Program Function???

    pls help me

  3. #3
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: How to make an Update Program Function???

    Basically have a version number stored in the DLL. Then on startup check a file on the server to see if there is a newer version. If so then download it. I don't see the problem? Basically all you are doing is automating what the users already do?

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