Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Posts
    20

    Multiple Versions in One Update

    I have a program that has several pieces to it that may have an update available. For example, I have a price file that is periodically updated, even though the program has not changed. Can I handle this in a single True Update client application?

    I was thinking I could set up a version for each case. So there would be a Version for people with the current price file, and a version for people without the current price file.

    Then it hit me, does TU only process the first version that matches the version identifiers, or can it continue and process additional versions that also match version identifiers.

    As an alternative, it looks like I must distribute 2 separate True Update executables - and this gets to be a size concern.

    Any thoughts?

  2. #2
    Join Date
    May 2003
    Posts
    20

    Re: Multiple Versions in One Update

    OK - I may have figured it out myself. I'm so excited, I thought I would share my findings.

    I built an Update Client that has multiple Server File Locations. In reality, each server file location is an update for a different part of my program. The secret is that I have used the Server File Location Condition to choose which file I am going to use.

    This is done by setting a Registry Value from my application that tells what type of update we will be doing. (i.e. 1 = Program, 2 = Data) Then, the client utility reads the registry variable into a custom variable called %UpdateType%. Since this variable is a condition for each of my Server File Locations, only the Server File Location that has the correct %UpdateType% is used.

    It looks like this will work, and will be a huge benefit.

Similar Threads

  1. rename multiple files
    By jenny62 in forum Setup Factory 6.0
    Replies: 1
    Last Post: 04-13-2004, 01:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts