Multiple Delphi versions on the same machine

前端 未结 5 1407
北荒
北荒 2020-12-06 10:49

What we would like to do is install multiple Delphi versions on the same machine, those versions are D7, D2010 and DXE.

We had previously D7 and D2010, worked OK tog

5条回答
  •  死守一世寂寞
    2020-12-06 11:02

    Specific different folders for all paths in all installations and it should work.

    For example \Delphi XE1 \Delphi XE2

    or simply use Rad Studio 14.0\ and so forth.

    Just make sure common files and documents and stuff like that goes into Rad Studio 14.0 as well.

    So have one main folder for each delphi version and make sure the installer installs everything into that main version folder.

提交回复
热议问题