Initial thoughts from potential customers are hopeful, but a few create a backlash with you. They say that you're asking for too much for the product, and then come back and purchase a license anyhow. What do you do to control them from distributing your product 100's of times? Ahh... the need for product licensing just arose.
Now, although there are 1,000's of tools on the market for just this situation, I have decided to roll my own. My reasoning comes from the not-invented-here attitude, meaning that I do want a bit of the god-like control over how the software system works. I have special needs that I only know about, and that I don't want anyone to have the intellectual knowledge of how I did it just yet, because I want to avoid having an end user override my licensing scheme until after I have it written. I have done many different projects, and they all have a custom list of what needs to be controlled. I also don't like the fact that I've not seen much where the EULA can be created in a single format, and then exported to PDF/RTF/HTML/etc., so that's another sticking point.
The system will be constructed of the following:
- a WPF application that will allow data entry.
- a WCF web service to allow license key activation.
- a website (v2) to allow end-users to purchase and issue their own keys.
- 1 dll per product to handle licensing. This will lend to better custom rules needed on a per-product or per-addin scenario, where buying an off-the-shelf product may not be able to handle this as well.
My hope is that I can get something respectable that will work for my needs, and maybe market this little tool to other software developers as time goes on.
No comments:
Post a Comment