I need to build an installer that can install a newer version of the program into a new program data subfolder than a previous one so that there can be two differnt versions of the program executable on the same machine so I can support differnt configurations of equipment that my program interrfaces to. What si the besst way to do this?
Just make sure the "Upgrade code" (on the Version information page of the installer build specification) is different for the 2 installers, then you can install the 2 applications in parallel.
날짜: 06-25-2014 01:30 PM
Thanks, but is there a way to install the 2 different versions to different folders. I.E. > C:|Program Files\Program V1 and to C:\Program Files\Program V2?
06-25-2014 05:19 PM - 편집 06-25-2014 05:19 PM
@id wrote:
Thanks, but is there a way to install the 2 different versions to different folders. I.E. > C:|Program Files\Program V1 and to C:\Program Files\Program V2?
Other than just specifying different paths when you build the executable? I have a distinct feeling I don't have all the pieces to this puzzle...