CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: How to encourage shareware purchase?

Voters
10. You may not vote on this poll
  • Time limited version

    2 20.00%
  • Limited functionality version

    5 50.00%
  • Nag screens

    1 10.00%
  • Other?

    2 20.00%
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Question Shareware - how to encourage purchase?

    If you want to provide a try-before-buy piece of software but still encourage the user to actually buy the software, what is the best way to go about this?
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    Limited Functionality Version.

    Having a different version altogether (no...don't use the full version with a couple of "if"s for limiting) prevents wide availability of cracks for your shareware. (It however, means, now your full version must be available for non-payers to get away with it).

  3. #3
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    I favour a full-spec release with random nag screens (on random actions/commands) that start at the free-trial expiry time and get more time consuming every time an action/command is used.

    Of course, it's easier to describe than to implement ;-)
    Please use &#91;CODE]...your code here...&#91;/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

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

Featured