We're looking to replace our current, in-house developed trial-version activation system for our .NET application with something off the shelf.

To clarify the question I'm asking, let me point out some ground we've already covered (and related questions already asked here), and some other requirements we have:

Given these requirements, what's the best license/activation system for us?

link|improve this question
Wow .. this is a really .... reallly... really old question. – Chacha102 Jan 7 '10 at 5:46
And yet still relevant! Today, Microsoft announced the Windows App Store news4geeks.net/2011/08/19/… . Microsoft is saying it's like the MacOS App Store, but for Windows. This appears to be a re-do of the Windows Marketplace concept that it tried and abandoned a few years ago. – Cheeso Aug 19 '11 at 21:17
feedback

closed as not constructive by Will Jan 9 at 1:34

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

9 Answers

Seriously take a look at Intellilock. It is an off the shelf type system that is very cost effective. You control the level of locks and how many hoops you want your customer to jump through. Don't accept a one size fits all solution when you can customize it.

We have used the Desaware system in the past and I personally found it to be a much lower level implemenation that I really wanted. You end up writing a lot of the backend systems yourself to manage keys and users.

Don't use the Microsoft one. It is crazy expensive for small business. Unless you have a mega huge budget I wouldn't use it. I personally could have hired a programmer for a full year for the price it was going to cost us to implement their SLPS system! Yikes. I would rather spend that time making the product better.

link|improve this answer
@Jason are you currently using Intellilock, because it looks decently priced and quite cool. Also it's not nice that you don't have to pay for another obfuscator. – dr. evil Apr 30 '09 at 7:46
Yes, we are still using them today. The obfuscation is good, and the locking is ok. They are a small company, so support can be slow sometimes. But they are always eager to add things for you, and to help. – Jason Short Apr 30 '09 at 16:54
feedback

Microsoft have launched their own Software Licensing and Protection Services product. I haven't used it so can't vouch for it, but Microsoft software is normally built to a high standard, and they certainly have plenty of experience of this type of thing with Windows and Office.

link|improve this answer
1  
Downvoters... care to provide a reason? If you have had negative experiences with this then it would probably be more useful to share it than simply to downvote without a comment. – Greg Beech May 21 '10 at 13:31
Thanks for the info. As a heads up to everyone else, this product was resold entirely to inishtech.com – StingyJack May 21 at 12:13
feedback

If you're looking for a tried and true solution consider DeployLX Licensing. It's been around longer than any of the others and provides an extremely easy to use manager for creating hardware locked licenses. It includes a license server for automated license activation for your customers, or you can use offline/manual activation by phone or email.

One feature you won't find in other activation systems is the license deactivation feature that allows your customers to uninstall the software from one machine and install it on another in a completely automatic way. No need to issue new serial numbers or activation codes.

DeployLX is used by the US Air Force, Navy, Army and DOJ, specifically for it's hardware activation services. It is used to control where restricted software can be installed and used.

link|improve this answer
feedback

One solution we're considering is Nalpeiron, which seems to fit our requirements reasonably well.

link|improve this answer
1  
Their site states $5,000 for a single activation server. And I couldn't find anything about .NET specific code on their site. Please post a follow up if you have used this with .NET software. – Jason Short Sep 29 '08 at 1:45
.NET support is mentioned in many places on their website, e.g. "Visual Studio integration and easy implementation with class libraries plus we include sample projects for .Net (C# & VB.Net), C++, VB, Delphi & all major IDEs." in nalpeiron.com/products/Nalpeiron-Key%20features.pdf – TimB Sep 30 '08 at 0:22
feedback

We have been using Desaware and with its extensibility and out of the box functionality, its quite a great piece of licensing software.

Not to mention, its made by Dan Appleman

http://www.desaware.com

link|improve this answer
feedback

Microsoft has discontinued SLPS; I suggest the you take a look at the OffByZero Cobalt software licensing solution for .NET. You can check out a short screencast to see how easy it is to integrate Cobalt with your software.

Cobalt also features web service end-points that allow easy integration with existing websites; take a look at this PHP sample for a demonstration of licence creation & emailing.

Obligatory disclaimer: Cobalt is produced by a company I co-founded.

link|improve this answer
feedback

CryptoLicensing does what you want. It comes with a ready license server for activation and hardware-locking. It also supports e-commerce providers for integration into your order fulfillment process.

link|improve this answer
feedback

You can also check LicenseSpot. It provides:

  • Public/private key signing in our free component
  • API to integrate your application and online store
  • Serial number generation and activation
  • Revoke licenses
link|improve this answer
feedback

We are using Quick License Manager to protect a .NET application as well as a C++ unmanaged application. Quick License Manager supports both online and offline activation.

  1. The user interface is very professional looking, logically organized and easy to use
  2. I liked the fact that it has built-in support for SWREG as well as other eCommerce providers.
  3. I liked how you can manage customers through the software
  4. The activation process seems to work quite well and I like the ability to track keys within the software.
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.