Hi,
I'm currently trying to implement your CompInstall tool in my Delphi Installation procedure.
Is there a way to give separate directories/path for different Delphi versions
When adding a package like this
[P_MyPackage_RT]
Path=packages\D12
Allow64bit=1
Install=1
I can only give one Path. But many Delphi libs have different projects for each Delphi version.
e.g. like this:

or even worse for the zeos database compoents like shown here
Hi,
I'm currently trying to implement your CompInstall tool in my Delphi Installation procedure.
Is there a way to give separate directories/path for different Delphi versions
When adding a package like this
I can only give one
Path. But many Delphi libs have different projects for each Delphi version.e.g. like this:
or even worse for the zeos database compoents like shown here