How to license a small desktop application?
July 7, 2009 7:17 AM
Subscribe
We have a small windows desktop business application designed for us by a local independent developer that we would like to market and sell to existing and new clients, but we neither we (nor our developer) has any experience of how to easily protect it using some kind of licensing method.
The developer has used .Net to develop the application and ideally we would like to have it work for a trial period and then disable it so the user has to purchase a full license in order to continue using it. If we can prevent copying of it within an organization or between individuals once it has been licensed, that would obviously be ideal. One commercial hosted licensing option we have looked at is great but very expensive, especially as we are probably only looking at selling this for $50 per user without having any real idea of how many we would sell. Our free lance developer has never done anything to do with licensing and doesn't have any experience of coding something that manipulates the registry settings when a license is applied to it.
Is there a simple easy-to-integrate solution out there that someone has used (or just knows about) to license and protect a small .Net application?
posted by 543DoublePlay to technology (7 comments total)
1 user marked this as a favorite
.net is probably easier to crack than most. MS hasn't exactly made it difficult for anyone to inspect the code.
Difficult to say anything specific without knowing more about your app. Some apps lend themselves naturally to online authentication checks, for others this would be a no-no.
Depending on your app and the business model, you might be able to use continuous incremental improvement. Keep the software in continuous dev so that any hacked copy is out of date with the next release.
Look at http://www.asp-shareware.org/.
The OSS mob will of course bay that you should set the software free and make your money from support, but they probably don't have to work for a living so they can say things like that. (joke guys, seriously, it's a joke).
posted by w.fugawe at 9:28 AM on July 7, 2009