How to control App's license?

  • Thread starter Thread starter Forrest
  • Start date Start date
F

Forrest

Hi,
I'm writing a shareware by VB.NET,the most shareware
control license by input Serial Number or License Key,but
How to control the license in .Net framework?the License
class of .Net framework will be helpful?

Thanks in advance
Forrest
 
you can configure the key algorithm within windows installer.

How that works... I dont know exaclyt, you can though. just look up info on
the installer and you can find out how to do it.

There is also a way (at least in other versions of the installer) you could
execute an external DLL to validate the keycode.
 
Back
Top