View Issue Details

IDProjectCategoryView StatusLast Update
0003972JEDI VCL02 Installationpublic2006-10-28 07:41
ReporterEulenspiegelAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.20 
Target VersionFixed in Version 
Summary0003972: Install fails when using Turbo Delphi
DescriptionThe Delphi Version is not known in build.exe. Same problem in JVCL.
TagsNo tags attached.

Activities

obones

2006-10-27 14:36

administrator   ~0010389

Which version of Turbo do you use?
The Explorer version does not allow third party packages to be installed and as such is not accepted by the JCL nor the JVCL.

Eulenspiegel

2006-10-27 15:09

reporter   ~0010390

I'm using the Professional version of Turbo Delphi. I have successful installed a self developed package.
If I start install without params, then build.exe uses d5 and the error message says "Delphi/BCB version not installed.". If I use "10" as parameter, the error message is "Unknown edition: 10".
The path to Turbo Delphi is "<programs>\Borland\BDS\4.0". My study of build.dpr lets me believe, that build.exe does not look for the Turbo Delphi program directory (take a look at TEdition.Create(), Test if Version > 7 and the construction of VersionString in under if (Length(AEditionName) > 2) and (AEditionName[3] in ['0'..'9']) then ...).

Eulenspiegel

2006-10-27 16:01

reporter   ~0010391

OK, I tested another call: install d10 and look, it works fine!

My fault, sorry.

AHUser

2006-10-28 07:32

developer   ~0010392

build.exe is deprecated and replaced by dcc32ex.exe (that is used in the snapshots since february 2006).

Issue History

Date Modified Username Field Change
2006-10-27 11:10 Eulenspiegel New Issue
2006-10-27 14:36 obones Note Added: 0010389
2006-10-27 14:36 obones Status new => feedback
2006-10-27 15:09 Eulenspiegel Note Added: 0010390
2006-10-27 16:01 Eulenspiegel Note Added: 0010391
2006-10-28 07:32 AHUser Note Added: 0010392
2006-10-28 07:41 AHUser Status feedback => resolved
2006-10-28 07:41 AHUser Resolution open => fixed
2006-10-28 07:41 AHUser Assigned To => AHUser