|
-
Mar 21st, 2006, 10:36 PM
#1
Thread Starter
Addicted Member
[Moved] Updater for Patches
[Sorry for posting on th wrong thread]
Hi guyz, I just want to ask something. I want to create a simple program that demonstrates the functionalities of patching. let us say I have a program and I updated something on it, So I want to patch my update in that program. Could you give me a good example, a sample program that demonstrate this kind of process, because I dont have any idea on how to it.
Thanks in advance guys.
Last edited by charmedcharmer; Mar 21st, 2006 at 10:37 PM.
Reason: Wrong Thread
C++ Programming is overwhelming.
Dont let it overwhelm you or you'll fall into the oblivion of its perfection
-
Mar 21st, 2006, 10:40 PM
#2
Fanatic Member
Re: Updater for Patches
just compile you updated program into an exe then create an installer that "filecopy" your exe to the folder where your app was installed... or at least that's my idea...
WARNING: Excessive coding is dangerous to your health... if symptoms persist insult your doctor...
-
Mar 21st, 2006, 10:57 PM
#3
Frenzied Member
Re: Updater for Patches
use the filecopy command in vb. i just dont know what it does with existing files but what i did is to first remove the existing file using the kill command then replace it with a new file using the filecopy command
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
-
Mar 21st, 2006, 11:44 PM
#4
Re: [Moved] Updater for Patches
Have a look at this, there is something there about LiveUpdate...
-
Mar 22nd, 2006, 07:43 AM
#5
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
|