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.
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.
Hi Alan,
That won't work for us, since the build servers are centrally managed, we don't have admin access to install anything on them. Absolutely any other route we could pursue?
Thanks!