How to licensce a .NET desktop application

V

vighnesh

Hi All

Is it possible to distribute .NET desktop appliation as "Trial" version (
limiting the usage to certain number of days ) and then for full time usage.
Like the commercial softwares , they offer "Trial/Demo" versions and after
purchase they work for full time and registered.

I have developed a .NET desktop appliction and I would like to distribute
the application as Trial version and upon regsitration will go for Full
version. Is there any free tools available to achieve this scenarion?

Please suggest the best possible way.

Thanks in advance.

Regards
Vighneswar
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

This is a subject that arise frequently, in short there is nothing in the
framework to do this. you will have to implement it by your own, or use a
third party tool

Take a look in the archives and you will see different ways to deal with it.
 
H

Herfried K. Wagner [MVP]

vighnesh said:
Is it possible to distribute .NET desktop appliation as "Trial" version
( limiting the usage to certain number of days ) and then for full time
usage. Like the commercial softwares , they offer "Trial/Demo" versions
and after purchase they work for full time and registered.

I have developed a .NET desktop appliction and I would like to distribute
the application as Trial version and upon regsitration will go for Full
version. Is there any free tools available to achieve this scenarion?

See:

<URL:http://groups.google.de/group/microsoft.public.dotnet.languages.vb/msg/bc9b3fd759ea7c50>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top