Jump to content
Coyotte

Installing Delphi with an MSA

Recommended Posts

Dear All,

We are installing a new Jenkins solution for CI/CD.
We'll have a server for Jenkins itself and a server for the Agents.
On the Agent server, I need to install Delphi so that we'll be able to recompile applications.

For security reasons, I'am asked by the Infrastructure Manager if it's possible to use an MSA (Managed Service Account) for the Agent.
As far Ias I understand, this means that Delphi should be installed using the MSA too.

Am I right ? Am I wrong ?
Is it possible ?
Are there some alternatives ?
I've also read in another topic the a Network licence could be used to simplify this problematic. Will this help here ?

Any idea, suggestion or solution base are welcome.
I wish you all a pleasant day,


Michel

Share this post


Link to post

You'll be using the command line compiler so you can use any account you like; The compiler is just a regular console application.

 

And as far as I remember you don't even need a license. Just copy the files from an existing installation.

  • Like 1

Share this post


Link to post
7 minutes ago, Anders Melander said:

And as far as I remember you don't even need a license.

At least that is how I read the license:

Quote

2.4. Command Line Compiler. Licensee may install the command line compiler on a separate computer from the Product itself, provided that the sole purpose of doing so is to allow that computer to perform unattended building of applications.

 

Edited by Uwe Raabe

Share this post


Link to post

Woaw !
That's a lot of good news 🙂

Thanks a lot for your fast and precise responses 👍

Share this post


Link to post
3 minutes ago, Uwe Raabe said:

At least that is what I read the license:

Yes, I know you don't need an extra license. My point was that I don't think you even need to run the installer.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×