Activation Server

Project.config

Hide Navigation Pane

Project.config

Previous topic Next topic No directory for this topic  

Project.config

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

This files replaces the formerly used project.config file in the main web folder, which is still supported for backward compatibility.

 

For each project you need a project config file in the folder \pconfig . It needs the extension .config.

 

Example

.\pconfig\easy-go.config

 

If you are using EasyGo, a sample  file can be found in the folder ..\EasyGo\Web Activation Server. Hosting customers should use the files from the folder ..\EasyGo\Web Activation Server\Files for Mirage Hosting

 

The file could look as follows. Find below the detail description of all available parameters.

 

 

Sample Configuration File

 

<Configuration>

   

<Project>

     <ProjectID>demo-easygo</ProjectID>

     <ProjectDescription>Easy Go application Version 1.3 </ProjectDescription>

      <IsSerial>QHD001</IsSerial>

     <CheckActivationKeys>yes</CheckActivationKeys>

     <StoreKey>yes</StoreKey>

     <NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>

   

     <CheckEntries>yes</CheckEntries>

     <EntryRequired>no</EntryRequired>

     <NoOfAllowedEntryOccur>1</NoOfAllowedEntryOccur>

   

     <InstCodeType1>6</InstCodeType1>

     <InstCodeType2>1</InstCodeType2>

     <InstCodeType3>3</InstCodeType3>

 

     <AllowReactivation>Yes</AllowReactivation>

Use either

   < MinIdenticalInstcodes>3</MinIdenticalInstcodes>

or an individual definition

    <CheckInstCodeType1>1</CheckInstCodeType1>

     <CheckInstCodeType2>2</CheckInstCodeType2>

     <CheckInstCodeType3>3</CheckInstCodeType3>

     <CheckLicenceDays>30</CheckLicenceDays>

     <CustomerInfoMapping>last</CustomerInfoMapping>

     <MultipleLVS>true</MultipleLVS>

     

     <NumberOfKeysToDisplay>1</NumberOfKeysToDisplay>

     <LvsDefaultName>Default</LvsDefaultName>        

      <LvsOverwriteServerChanges>true</LvsOverwriteServerChanges>

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

     <GeneratorApp>AutoLicGenerator.exe</GeneratorApp>

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

    <TicketValidMinutes>1440</TicketValidMinutes>        

   

  </Project>

 

 

</Configuration>