|
-
Jan 16th, 2006, 01:17 AM
#1
Thread Starter
Addicted Member
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
-
Jan 16th, 2006, 01:20 AM
#2
Re: Automatic Exe Updation
Sorry but i can't understand what you need, do you need to update your program, when someone runs it?
-
Jan 16th, 2006, 01:28 AM
#3
PowerPoster
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?
-
Jan 16th, 2006, 01:34 AM
#4
Fanatic Member
Re: Automatic Exe Updation
your app is just a stand alone or with server?
-
Jan 16th, 2006, 01:38 AM
#5
Fanatic Member
Re: Automatic Exe Updation
Is "updation" even a word?
-
Jan 16th, 2006, 01:40 AM
#6
Re: Automatic Exe Updation
What do you need to update?
-
Jan 16th, 2006, 06:10 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|