Home All Groups Group Topic Archive Search About

How to add a License key to a vb.net 2003 programme

Author
25 Sep 2006 9:24 AM
Thorgal
Hello, i have created a vb.net 2003 program and when i create an EXE
file i want to add a license key so that nobody whitout that key can
install that programme, can anybody help me with that

TX

Peter

Author
26 Sep 2006 12:41 AM
Grant
You might want to check out Infralution's Licensing System.   This
allows you to issue license keys which can't be deduced by simply
looking at your decompiled code.  Your application then checks the
license key when it runs.   For more information and an evaluation
version see www.infralution.com/licensing.html

Thorgal wrote:
Show quoteHide quote
> Hello, i have created a vb.net 2003 program and when i create an EXE
> file i want to add a license key so that nobody whitout that key can
> install that programme, can anybody help me with that
>
> TX
>
> Peter
Author
28 Sep 2006 8:25 AM
Thorgal
Grant schreef:

> You might want to check out Infralution's Licensing System.   This
> allows you to issue license keys which can't be deduced by simply
> looking at your decompiled code.  Your application then checks the
> license key when it runs.   For more information and an evaluation
> version see www.infralution.com/licensing.html
>
> Thorgal wrote:
> > Hello, i have created a vb.net 2003 program and when i create an EXE
> > file i want to add a license key so that nobody whitout that key can
> > install that programme, can anybody help me with that
> >
Thanks very much, it was something like that i was looking, tx