Tagged Questions

17
votes
9answers
7k views

Best activation key software for .NET application? [closed]

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 ...
12
votes
10answers
2k views

Trialware/licensing strategies

I wrote a utility for photographers that I plan to sell online pretty cheap ($10). I'd like to allow the user to try the software out for a week or so before asking for a license. Since this is a ...
8
votes
8answers
515 views

managing features on a license basis for a C++ app

We are trying to offer a license mechanism for every feature our Linux application is running and we are thinking of controlling it in a centralized way using a license server: Our aim for licensing ...
3
votes
5answers
112 views

Phone-home for licence checking considered evil

Phoning home to enforce a user licence is considered by many to be "evil". But for my web-dependent Windows application it seems like the perfect method of enforcing a single-user, multi-workstation ...
1
vote
3answers
78 views

Software evaluation licensing and online service? [closed]

I am looking for: An online service that handles customers' software trial requests and mails out trial keys combined with A licensing SDK that can be integrated into my installer or application ...
1
vote
3answers
134 views

How to Implement Flexible Trial Versions and Licensing Options into Applications

Management has asked us to look into implementing licensing features into some existing applications. Up to this point these apps were simply paid for and customers could install them as they please. ...
1
vote
5answers
755 views

How to create a Demo software,it will expire after 30 days.?

I want to create a free trial of (30 days of) my software. I cant able to take the system time because it may be changed by the user.How I can calculate a Day in my system. It's my task in this month ...
0
votes
1answer
118 views

Implementing trial period [closed]

Possible Duplicate: how can i make my product as a trial version for 30 days? I would like to implement a trial period for my application. What would be the best way of doing this? I ...
0
votes
1answer
82 views

trialware s/w without using registry or admin privs

We market a software using a 30 day trial version. Currently we track the trial version via Registry keys. However, this becomes a problem with business users whose IT dept controlled laptop does not ...
0
votes
1answer
104 views

Deactivate Air app created in AS3 after next Monday?

I have an application deployed in Air, written in AS3 that the client wants to install and test, I have developed a simple license app, but he is pushing for a full license which he said he will fully ...