Documentation on installing/configuring Delphi 2005
Posted by mholmes on 07 Feb 2007 in R & D, Documentation
This documentation comes from my home records of how to install and configure Delphi 2005. It would be required in the event of a system failure that required a rebuild of my machine, and would have to be successfully completed before work on any Windows programming projects could continue, so I'm adding it to the records.
This is a recommended sequence of actions:
- Install Delphi from disk.
- Check version number.
- Do required updates in sequence. Updates are here.
- Download TRichView from here. Install it into
My Documents\Borland Studio Projects\3rd_party_components\trichview
, in this order:- RichView
- RVXML
- RVHTML
- RVActions
- Open up and compile demo projects. If error messages appear, they can usually be fixed by answering that you don't want to try to reload the components next time.
- Check that the components all appear on the palette.
-
Install project JEDI JCL from here,
into
My Documents\Borland Studio Projects\3rd_party_components\jedi\jcl
- Get the JCL Help file from here.
- Install JEDI VCL from here
into
My Documents\Borland Studio Projects\3rd_party_components\jedi\jvcl
- Get the JVCL Help file from the same location.
- Download the TNT Unicode Controls from here.
and install them to
My Documents\Borland Studio Projects\3rd_party_components\tntunicodecontrols
- Download the XDOM utilities and DOM 4.1 packages from here
and install them to:
My Documents\Borland Studio Projects\3rd_party_components\xdom\Utilities
andMy Documents\Borland Studio Projects\3rd_party_components\xdom\Xdom_4_1
- Download the Virtual Tree View from here
and expand it here:
My Documents\Borland Studio Projects\3rd_party_components\soft-gems\Virtual Treeview
- Edit the VTConfig.inc file to enable
{$define TntSupport}
. - Install the Virtual Tree View.
- Download Graphics32 from here and install it to
My Documents\Borland Studio Projects\3rd_party_components\graphics32
- Download and install the TZipForge component from here and install it to
My Documents\Borland Studio Projects\3rd_party_components\zipforge
This is a commercial product, for which Half-Baked paid for the registration. Keys are in Half-Baked records. - Download and install the TZipMaster component from here and install it to
My Documents\Borland Studio Projects\3rd_party_components\zipmaster
- Download and add the DelphiZip dll if required from here.
- Download and install the Delphi Configuration Manager from here.
- Set up a configuration for Delphi Win32 only, and make sure it includes all relevant packages.
Adding minutes spent updating and formatting this documentation.