Author Topic: How To Do A Trial Version Software?  (Read 3827 times)

Jeff

  • Newbie
  • *
  • Posts: 33
How To Do A Trial Version Software?
« on: February 20, 2011, 11:15:17 PM »
How do you do a trial version software?

I'm seeing these trial version softwares on the Internet so I'm thinking how do they do it and can HN create a Trial Version Software? What is the code for this?

Thanks
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 461
  • Here to help you
Re: How To Do A Trial Version Software?
« Reply #1 on: February 21, 2011, 06:04:13 PM »
Quote from: "Jeff"
How do you do a trial version software?

I'm seeing these trial version softwares on the Internet so I'm thinking how do they do it and can HN create a Trial Version Software? What is the code for this?

Thanks

You need a couple of things:-

1) Some way of detecting which version of your software is being run so if it is a trial version it can limit certain features.

2) Some kind of serial number registration scheme to check that a user is entitled to use the full version
    This could also check your website to see if the registration details are valid and haven't been banned


Here are some posts on these topics:-

http://http://tigabyte.com/forums/viewtopic.php?f=22&t=100

http://http://tigabyte.com/forums/viewtopic.php?f=22&t=19


Note, there is a small demo project bundled with HyperNext that shows how handle User Registration.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.

Jeff

  • Newbie
  • *
  • Posts: 33
Re: How To Do A Trial Version Software?
« Reply #2 on: March 08, 2011, 01:33:34 AM »
Can it be possible to do a expiry date software without placing the serial numbers?

I'm thinking of placing the expiry date code in a button and at the same time this button will bring you to the next card (Goto Card2). What is the code for this?

Thanks.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »