
Question: Can we install multiple versions (major/minor releases) of SyntaxEditor for WPF on our build servers? Can multiple versions co-exists side by side on the same build machine?
Background for Question: We use Team Foundation Server (TFS) for our source control and build automation. We saw the "Notes On Build Machines" section of the Actipro's documention, which states we should install using the "already licensed" option at least once on the build machines per major/minor version. We are OK with doing this and we understand why this is necessary.
Our question relates to supporting different versions of our product that may rely on different versions of Actipro's SyntaxEditor for WPF. In the future, we may need to fix an older released version of our product that relys on an older version of the SyntaxEditor. We want our build process to use the older version of the component unless we explicitly update it to use the new version.
Thank you for considering my question.