I'm using a continous integration system (CruiseControl.NET) as a service on our Windows 2008 64-bit server.
Now I would like to run Delphi 2006 from CruiseControl.NET (which runs as a service).
The point where I'm stuck is that Delphi 2006 requires a folder with licensing information in the users home folder. It won't run if it can't find the licensing information.
Where is that folder for the LOCAL SYSTEM
account? I've looked in C:\Users
but no luck.
I could also run the service using the LOCAL SERVICE
account but there is no folder for that account either under C:\Users\
.