|
-
Sep 14th, 2007, 07:00 AM
#1
Thread Starter
Fanatic Member
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.
-
Sep 14th, 2007, 07:04 AM
#2
Hyperactive Member
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?
-
Sep 14th, 2007, 07:21 AM
#3
Re: Trial Version
Is this a database application?
-
Sep 14th, 2007, 07:35 AM
#4
Thread Starter
Fanatic Member
Re: Trial Version
Yes, but on install, the database will be replaced with a new one
-
Sep 14th, 2007, 08:17 AM
#5
Re: Trial Version
 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."
-
Sep 14th, 2007, 11:03 AM
#6
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.
-
Sep 14th, 2007, 01:08 PM
#7
Thread Starter
Fanatic Member
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.
-
Sep 14th, 2007, 01:10 PM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|