To change the LicenseServer setting without opening
Certify, open the Worksoft.Certify.exe.config file in the ...\Worksoft\Certify\Client
folder and look for the following lines:
<!--License
configuration -->
<add
key="LicenseServer" value="no-net" />
<!--License
configuration -->
To change the setting, replace the value with the actual
host name of your license server:
<!--License
configuration -->
<add
key="LicenseServer" value="MyLicenseServer" />
<!--License
configuration -->