I have discovered the Registry Edit method on another forum.
Quote:
You may also use regedit, go to the borland branch under HKEY_CURRENT_USER,
and export the node that contains all of Delphi's settings. Make sure to
only export the Delphi branch. For example, I exported the
"HKEY_CURRENT_USER\Software\Borland\Delphi\4.0" branch to a .reg file. You
then log in as someone else and, say, double click on the file in Explorer.
That will import all of the settings into the current users part of the
registry.
This is especially helpful if you have a lot of third party components
intalled.
Bill WIllis
Geneva Software, Inc.
End Quote
It also seems that you can install as a user but just select Registry installation to do the same.
Quote:
This is normal, the Delphi registry settings are installed in each NT user's
profile. You need to install Delphi for each user, but Inprise thought of
this: when you get to the page for choosing install type ("Typical", etc)
you'll see "Registry" at the bottom. Choose this. It reinstalls the minimal
number of files and sets it up for the currently logged on user.
End Quote
Thanks for your steer.