|
-
Mar 15th, 2008, 04:29 AM
#1
Thread Starter
Member
How to make Trial Software of 30 days
I am using Inno Setup to build the setup files.
Please tell me how can i make my application setup as a trial verion for 30 or 15 days.
-
Mar 15th, 2008, 04:36 AM
#2
Frenzied Member
Re: How to make Trial Software of 30 days
may be you should try Application Deployment page of the forum. Also PM Randem
-
Mar 15th, 2008, 04:39 AM
#3
Thread Starter
Member
Re: How to make Trial Software of 30 days
Thanks for the suggestion.
-
Mar 15th, 2008, 05:36 AM
#4
Re: How to make Trial Software of 30 days
Moved to Application Deployment
-
Mar 15th, 2008, 10:10 AM
#5
Re: How to make Trial Software of 30 days
Not much to it in theory.
You use an installation that is scripted or has a "post installation action" that generates a time-bomb date and stores it someplace (registry, a file). The program must be written to fetch that date and stop with a message if it has passed.
The tricky part involves making this stored date hard to find and falsify, as well as making it hard to locate the fetching/testing logic within the compiled program you install. There is no simple formula for doing this, and how tricky you need to get is really a tradeoff between the risk and the effort/cost.
For more serious situations you might look into commercial offerings. Generally you'll need to prevent sharing of install keys as well so you might need product registration, etc.
-
Mar 17th, 2008, 02:23 AM
#6
Thread Starter
Member
Re: How to make Trial Software of 30 days
How can i get the date details (registry details) while building the setup file in inno setup wizard.
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
|