Results 1 to 7 of 7

Thread: Automatic Exe Updation

  1. #1

    Thread Starter
    Addicted Member mabbas110's Avatar
    Join Date
    Oct 2005
    Location
    Karachi , Pakistan
    Posts
    172

    Angry Automatic Exe Updation

    Please if any body can tell me any way that whenever use run the exe of project and then automatic update the exe .

    Or any other way to solve this problem.

    Thanks in Advance

  2. #2
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: Automatic Exe Updation

    Sorry but i can't understand what you need, do you need to update your program, when someone runs it?

  3. #3
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Automatic Exe Updation

    i am thinking the person wants to know if the exe has been compiled and there is an update, how would it be applied?

  4. #4
    Fanatic Member noielen's Avatar
    Join Date
    Nov 2005
    Location
    Cebu, Phil.
    Posts
    680

    Re: Automatic Exe Updation

    your app is just a stand alone or with server?

  5. #5
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Re: Automatic Exe Updation

    Is "updation" even a word?

  6. #6
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: Automatic Exe Updation

    What do you need to update?

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Automatic Exe Updation

    I have done something similiar in the past, but you are not going to be able to do it with your project .exe because using that would mean that it is executing, or open, when it did the compare. If an update was available, then it would have to copy the new exe and replace the old. The problem is that you can't replace a running .exe with a new copy of itself.

    You would need to build a second program whose soul purpose in life would be to do the comparison and if a new version was available, delete the old and copy the new to its application project path.

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