Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Where is Delphi installed? What is 0DELPHI)?
This article has not been rated yet. After reading, feel free to leave comments and rate it.
In Delphi 4, when specifying search paths, you can use $(delphi) to refer to Delphi's installation directory.
If your are writing an installation program, you may be interested in how to find out, where / which version of Delphi is installed.
It is in the registry at:
HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Delphi\3.0
or
HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Delphi\4.0
Comments:
|