How to create a trial version of my Software

Dear All,

I ahve created a .msi project and I want to create a trail version of my software for 30 days . How can i do that

or is there any need to program my software for 30 days

Plz help me in this regard

Regards,

Anil Dhiman




Answer this question

How to create a trial version of my Software

  • myaspng

    Hi,

    One way is to write the code in program which when first time run will write an incripted file taking the current date from computer and add 30 days, and then everytime program will check it.

    If you know the last date upto which you want the program to run then you can write in program itselef and check the computer date evry time if it is less than this date.



  • jla6653

    It depends on how "secure" you want your software as well.

    There are several products online that have this functionality as well.



  • How to create a trial version of my Software