How to handle Application Unlocking feature ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

For my application I need to handle licencing as every software.
For that I have a demo licence and a runtime licence which can expired after 30 days for the demo and base on a date time parameters for runtime.

I can handle those licencing issue in the following way.

1 From my application, the end user press a button and is able to send a mail to my company wich contain its system MAC adress,Machine NEtbios name and licence type.

2 When my company recive that mail, ze introduce those parameter in a licence generator window program which will generate a crypted licence file.

3 then the crypted file is send back to my customer which installe it in the application with a click menu.

That procedure is a bit too eavy, for those wo migh have permanent internet connection I would like to get that registration
process automatically through the Web.

The procedure would be:
The customer request a licence, then it connects automatically on our server then the file genration is created and automatically send back.

The problem is I have no starting point iea on that feature, does my windows application which crypt files can be call through web server? how can i start ?

Thanks so much to guide me on that feature or point me to a solution

regards
serge
 
Back
Top