Forum Discussion
- AlexKaras
Champion Level 3
Hi,
http://support.smartbear.com/testcomplete/docs/licensing/index.html help section says nothing about command-line configuration and I am not sure that this is possible.
Can you provide more information about what and why you like to configure?
- kjadhavkunalContributor
Hi,
I want to do automated installation of TestComplete.
As the user shall not need to manually configure the license server, I need a way to set up the license server configuration in an automated way (copying a config file, setting registry entries, calling http request via script,… - whatever is possible to be scripted with BAT, Powershell, Python, or any other scripting language, no matter).
- AlexKaras
Champion Level 3
Hi,
Actually, license server should be found by TestComplete without any additional configuration. This may not work, for example, if the license server can be accessed via VPN only or TestComplete is installed on the virtual machine that has some restrictions to access the network where license server is installed. You may try to talk to your IT guys in the latter case and ask if they can help.
Otherwise, AFAIK, licensing subsystem in TestComplete is a third-party product with its own configuration means. You may try to ask SmartBear's Support via the https://support.smartbear.com/message/?prod=TestComplete form and maybe they will be able to help you.
P.S. You may also try to capture the traffic from the browser generated when you configure license server manually using, say, Fiddler, and replay required requests via scripting / powershell means.