Results 1 to 9 of 9

Thread: Update? **Resolved**

  1. #1

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134

    Question Update? **Resolved**

    I hate to ask, and I have tried to find the answer!
    Would someone care to explain how to create an update for a Program??
    Thanks !!
    Last edited by Rally2000; Jan 1st, 2004 at 10:25 PM.
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  2. #2

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    I think that I have found the Answer!
    Create a new Installation Project with the new files that need replaced.
    Is this Correct?
    Thanks!!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  3. #3
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Um, we need ALOT more information for this question.

    If you created an installer for it, make the version number different and the installer will overwrite the older version.

    Depending on how you made your program, you may be able to just send a DLL to the user.

    Maybe make your own updater?

    Really, we can't just tell you "Do x". you need to figure out what would be best for your users and impliment it. Do you want them to download the entire program again just to overwrite the old version? Do you want to make some sort of patch software that can update a program to the next version alot smaller than the other one? Do you want to make it so you can send DLLs to add extra features? ect... I could go on for pages.

  4. #4
    Member
    Join Date
    Dec 2003
    Posts
    43
    Originally posted by kasracer
    I could go on for pages.
    PLease do then.....LOL.

  5. #5

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    Well, lets see!
    It's a small Program and It is going to be updated via CD or floppy
    I do see what you are saying! All I need to do is Update the exe to the next version, that’s it.
    How would I do that?
    Thanks!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by Rally2000
    Well, lets see!
    It's a small Program and It is going to be updated via CD or floppy
    I do see what you are saying! All I need to do is Update the exe to the next version, that’s it.
    How would I do that?
    Thanks!
    Just chnage the version number in the assembly and build.....

  7. #7

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    Would you care to give me a hint about the patch software??
    what do you mean by that?
    Thanks!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  8. #8
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by Rally2000
    Would you care to give me a hint about the patch software??
    what do you mean by that?
    Thanks!
    I used to use a program that would take the original of 1 file, and a new version. Compare them and create an executable that could update the old software to the new.

    The program was an old ass DOS program, but I'm sure you could find one somewhere. Hell it shouldn't be difficult to make a function to do that.

  9. #9

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    I think that I found what I need!
    Thakns for taking the time!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

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