| View previous topic :: View next topic |
| Author |
Message |
Martin Guest
|
Posted: Mon Sep 18, 2006 3:46 pm Post subject: First time |
|
|
Hi,
I'm using this Delphi enviroment first time. I installed this 30 day trial. Now it asks me to register it. I had this e-mail with attachment. There is said that To complete product registration, save the attached file into
your home directory before starting the product." Right and it looks like this Windows 2000/XP: C:\Documents and Settings\<username>. My questions are :
what is this username file and who does the program finds that file.
Thank you,
Martin |
|
| Back to top |
|
 |
Dennis Passmore Guest
|
Posted: Mon Sep 18, 2006 10:04 pm Post subject: Re: First time |
|
|
What they are trying to tell you is save the enclosed "REGxxx.txt" file into the
C:\Documents and Settings\<username> folder where the <username> is the name of the
user that is currently logged into the computer. If you signed on as Administrator
then it would go into the "C:\Documents and Settings\Administrator" folder and
if you signed on as "Someone" then it would go into the
"C:\Documents and Settings\Someone" folder. |
|
| Back to top |
|
 |
Nick Hodges (Borland/DTG) Guest
|
Posted: Tue Sep 19, 2006 2:45 am Post subject: Re: First time |
|
|
Martin wrote:
| Quote: | what is this username file and who does the program finds that file.
|
Martin --
The file is the registration file. It is a bit of an awkward way to
register, I agree.
Open a command line and type:
ECHO %USERPROFILE%
and that will tell you the directory where you need to place the file
that is attached to the email you got from Borland.
Turbo Delphi sees that file and uses it to register your application.
Please post back here if you have any more troubles or questions
installing the product.
--
Nick Hodges
Delphi/C# Product Manager - Borland DTG
http://blogs.borland.com/nickhodges |
|
| Back to top |
|
 |
|