After the application installation is complete you can install the license silently by executing the following commands:
For 32-bit Windows environments:
start /wait "" "C:\Program Files (x86)\Micro Focus\Licensing\cesadmintool" -term activate AuthorizationCode
For 64-bit Windows environments:
start /wait "" "C:\Program Files (x86)\Micro Focus\Licensing\cesadmintool" -term activate AuthorizationCode
For 32-bit Windows environments:
start /wait "" "C:\Program Files (x86)\Micro Focus\Licensing\cesadmintool" -term install -f FileName
For 64-bit Windows environments:
start /wait "" "C:\Program Files (x86)\Micro Focus\Licensing\cesadmintool" -term install -f FileName
where FileName is the name of the text file that contains all the license strings to be used.
cd /var/microfocuslicensing/bin ./cesadmintool.sh -authorize AuthorizationCode
cd /var/microfocuslicensing/bin ./cesadmintool.sh -install FileName
where FileName is the name of the text file that contains all the license strings to be used.
If there are any restrictions that prevent you from installing Java on your machine, you can run the following commands to manually install the license file:
cd /var/microfocuslicensing/bin ./stopboth.sh cat /full-path-to/license-file.mflic >> lservrc.net ./startboth.sh
This procedure stops and restarts the daemons and helps avoid the requirement to install Java.