Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Building solution without installing license on Build Agent
posted

Hi, we are running into a major roadblock when building our solution as part of our build pipeline. We have multiple build agents that are centrally managed and so we can't have license for Infragistics installed on each build agent. We also can't have it installed on any single one of them for the same reason - centrally managed agents. 

We tried bundling Infragistics DLLs that we reference in our solution, but this didn't help either.

We came across this blog post here which tells us that we have to install license components on the build server. But in our case this is simply not an option. Is there absolutely any way around this?

Currently we manage our own server, so we have Infragistics installed on it. But soon, we HAVE to move to this central build solution.

Parents
  • 22852
    Offline posted

    Raman,

    Does it work for you to silently install the Infragistics controls on the build server from the command line?  You can use the /quiet option to prevent user interaction and /product to specify a product and /key to specify your key.  You can see the full list of options by typing /help after the installer from a command prompt window.

    If this solution doesn't work please provide more details on why it wouldn't work.

Reply Children