Licence Protector

Configuration Settings

Hide Navigation Pane

Configuration Settings

Previous topic Next topic No directory for this topic  

Configuration Settings

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

Using the feature for regular online checks requires special configuration settings in the license file and for the Activation Server.

 

Necessary settings for the project template

Enable regular online checks with <ModuleVerification> and <EndVerification>

Set the grace period in the project template using <SubGraceDays>

 

Using DLL commands

Instead of setting default values using the project template you can also use DLL commands.

 

Enable regular online checks with VerificationOfModule

Set the grace period with the command SetSubGraceDays or  SetVal, Token SGD

 

Configuration files for the Activation Server

 

The project.config file on the Activation Server needs a special setting to define the interval of the regular online check:

 

Set the time period when online checks have to be performed with <CheckLicenceDays> - in the sample every 30 days an online check is done

 

 

<?xml version="1.0" encoding="utf-8" ?>

<Configuration>

 <Project>

     <ProjectID>MovelicenseDemoEasyGo</ProjectID>

   

     <CheckActivationKeys>yes</CheckActivationKeys>

     <ActivationKeyRequired>no</ActivationKeyRequired>

     <NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>

   

     <CheckEntries>yes</CheckEntries>

     <EntryRequired>no</EntryRequired>

    <NoOfAllowedEntryOccur>1</NoOfAllowedEntryOccur>

   

     <InstCodeType1>1</InstCodeType1>

   

     <AllowReactivation>yes</AllowReactivation>

   

     <MinIdenticalInstcodes>2</MinIdenticalInstcodes>

     <!-- Notice that CheckInstCodeType overrides MinIdenticalInstcodes -->

     <IgnoreLocalInstCodes>yes</IgnoreLocalInstCodes>

   

     <CheckInstCodeType1>1</CheckInstCodeType1>

     <CheckInstCodeType2>3</CheckInstCodeType2>

   

    <CheckLicenceDays>30</CheckLicenceDays>

   

     <GeneratorPath>c:\inetpub\wwwroot\lpweb\alg</GeneratorPath>

     <GeneratorApp>autolicgenerator.exe</GeneratorApp>

     <GeneratorConfig>config-autogenerator.xml</GeneratorConfig>

  </Project>

</Configuration>