Results 1 to 5 of 5

Thread: Updater for Patches

  1. #1

    Thread Starter
    Addicted Member charmedcharmer's Avatar
    Join Date
    Sep 2003
    Posts
    211

    [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

  2. #2
    Fanatic Member lerroux's Avatar
    Join Date
    Nov 2005
    Location
    Welcome to the darkside... we have cookies
    Posts
    646

    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...

  3. #3
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    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

  4. #4
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: [Moved] Updater for Patches

    Have a look at this, there is something there about LiveUpdate...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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

    Re: Updater for Patches

    Duplicate Threads merged

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