Results 1 to 6 of 6

Thread: How to make Trial Software of 30 days

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2008
    Posts
    35

    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.

  2. #2
    Frenzied Member
    Join Date
    Aug 2006
    Location
    India, Punjab, Bhatinda
    Posts
    1,689

    Re: How to make Trial Software of 30 days

    may be you should try Application Deployment page of the forum. Also PM Randem

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2008
    Posts
    35

    Re: How to make Trial Software of 30 days

    Thanks for the suggestion.

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

    Re: How to make Trial Software of 30 days

    Moved to Application Deployment

  5. #5
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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.

  6. #6

    Thread Starter
    Member
    Join Date
    Mar 2008
    Posts
    35

    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
  •  



Click Here to Expand Forum to Full Width