We have a company license (txt file) We register it locally on developer's computers with LicenseManager.exe with the GUI Is it possible to register it with a command line or to put the license file in source code? This would allow us to easily run build agents in docker. Dataobjects version is : 5.0.13.2270 |
Hello olorin, It depends on what version of DataObjects.Net you use. Could you tell me the version? Update: I am sorry but I misinformed you. For now there is no version which license manager could install licenses from command prompt. There is a third option but it might not work in your workflow. The thing is that Weaver.exe (the app which needs license to be installed) can detect license and hardware lock files next to itself. For that you need to put file "DataObjects.Net.license" with your license key within and <Machine_HardwareId>.hw3 file with hardware lock key for Professional licenses. These files should be detected. |