Worksoft Community

Changing LicenseServer setting without opening Certify

Changing LicenseServer setting without opening Certify

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 -->

 

 

 

Recent Comments

Leave the first comment for this page.
©2009-2011 Worksoft, Inc.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems