REcursive upgrades

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Chevy88
    Forum Member
    • Oct 2007
    • 7

    REcursive upgrades

    I would like to create several incremental patches but then put some logic in the update code to keep updating until the patch level is at the most current. What is the best way to do this?
  • Lorne
    Indigo Rose Staff Member
    • Feb 2001
    • 2729

    #2
    Do you have TrueUpdate? If so, you can use it to automate the process of downloading the patches and applying them in sequence.

    It should also be possible using Visual Patch. You could designate one patch to take care of all the logic (using custom scripting), and handle applying the other silent patches (for example, using File.Run to launch them). Or you could build information about the next patch into each version, and have the patch automatically check for the presence of the next patch executable (e.g. in the same folder) and then launch it if it's found.
    --[[ Indigo Rose Software Developer ]]

    Comment

    Working...
    X