Licence Protector

Use USB flash drive of the customer

Hide Navigation Pane

Use USB flash drive of the customer

Previous topic Next topic No directory for this topic  

Use USB flash drive of the customer

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

If a USB flash drive of the customer should be used, there is the same workflow with product activation using EasyGo. All activation options (online, e-mail, fax, phone) are supported. You just have to provide an option that the user can copy the generic license file to the USB flash drive. This could be done e.g. during the installation.

 

Serial Number

You define with the Serial Number , on how many PCs the USB flash drive can be attached.

 

 

Product Activation

The USB flash drive protection uses the installation code 11. For activation by e-mail, fax, phone nothing specific has to be considered. See chapter: Unlock Key. If the installation code 11 is empty, then the USB flash drive does not support copy protection.

 

Click to minimise
E-Mail Activation - No support of USB stick protection

 

For online activation we recommend using an own project name (e.g. product-usb) because the activation server has to use installation code 11 as the main criteria. If the USB flash drive does not support copy protection, then the license is automatically bound to the PC which makes the activation.

 

Recommended configuration of project.config file on the Activation Server

 

<Configuration>

   

<Project>

     <ProjectID>demo-easygo-USB</ProjectID>

   

     <CheckActivationKeys>yes</CheckActivationKeys>

     <NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>

   

     <CheckEntries>yes</CheckEntries>

     <EntryRequired>no</EntryRequired>

     <NoOfAllowedEntryOccur>1</NoOfAllowedEntryOccur>

   

     <InstCodeType1>11</InstCodeType1>

     <InstCodeType2>4</InstCodeType2>  (if the USB drive does not Support copy protection, the license is bound to the PC)

     <InstCodeType3>3</InstCodeType3>

 

     <AllowReactivation>Yes</AllowReactivation>

 

    <CheckInstCodeType1>11</CheckInstCodeType1>    (for reactivation, the USB flash drive ID has to match, reactivation with an installation on the hard disk is not possible).

   

 

     <GeneratorPath>C:\Inetpub\wwwroot\lptest\lpweb\bin\alg</GeneratorPath>

     <GeneratorApp>AutoLicGenerator.exe</GeneratorApp>

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

   

  </Project>

 

<Project>

     <ProjectID>project2</ProjectID>

   

   

     .... definitions for project 2

   

  </Project>

 

</Configuration>