Results 1 to 8 of 8

Thread: Trial Version

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Trial Version

    How do I create a trial version of 3 month for my application ?

    I want to do it like Norton. If I uninstall the application and reinstall it, I don't want it to reset the trial.

    How is it working ? Is it a hidden key in the registry or a DLL in system32 ?

    The only thing I know is that I should not name it with a significative name.

  2. #2
    Hyperactive Member
    Join Date
    Aug 2007
    Posts
    269

    Re: Trial Version

    never done it myself but would presume you would stick an entry in the registry with the date and check this on start up of your app and install?

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Trial Version

    Is this a database application?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: Trial Version

    Yes, but on install, the database will be replaced with a new one

  5. #5
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Trial Version

    Quote Originally Posted by Gensor
    Yes, but on install, the database will be replaced with a new one

    What type of database will you be using (ie. Access, etc)?
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  6. #6
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Trial Version

    A different approach would be to code the app so that it has only limited functionality until the user registers it. If you like that approach then take a look at the A program registration scheme link in my signature.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: Trial Version

    My database is an MS access database.

    And Martin, I want to let users have full functionnalities for a limited period of time.

  8. #8
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Trial Version

    Then you will probably want to encript the date somehow and store it in either in the database or in a file somewhere on the hard drive and then compare it to the current date. In order to prevent the user from changing the system date/time maybe you can check someother date/time sorce (ie. Internet).
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width