How to Create an Evaluation version of the application

  • Thread starter Thread starter vighnesh
  • Start date Start date
V

vighnesh

Hello Everyone

I developed a .NET application and now I need to create a setup of that for
distribution. But here I would like to
distribute my application as a trial version for certain period of time and
then promt the user for registration. If it is
not registered after that period the application has to expire. Please
advise me how could I accomplish this task.

Regards
Vighneswar
 
Use "Shareware Started Kit" for this reason.

Detailed description and samples is there
http://blogs.msdn.com/danielfe/archive/2005/07/10/437293.aspx
I developed a .NET application and now I need to create a setup of that for
distribution. But here I would like to
distribute my application as a trial version for certain period of time and
then promt the user for registration. If it is
not registered after that period the application has to expire. Please
advise me how could I accomplish this task.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top