How to use Delphi XE5 together with previous Delphi versions


If you want to use previous Delphi versions (DXE4, DXE3, DXE2, DXE etc.) together with DXE5.

Simply modify two lines in cglm.ini located in “C:Program FilesEmbarcaderoRAD Studio12.0bin” as follows:

OLD:
Code:


InfoDir = ${COMMON_APPDATA}Embarcadero.Licenses
SlipDir = ${COMMON_APPDATA}Embarcadero

NEW:
Code:


InfoDir = ${ROOTDIR}License.Licenses
SlipDir = ${ROOTDIR}License