Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
3answers
6k views

Android Trial Applications

I have a application which I want to hit the market as a Paid app. I would like to have other version which would be a "trial" version with a time limit of say, 5 days? How can I go about doing this? ...
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 ...
11
votes
16answers
2k views

Best way to limit a trial version?

I'm building a shareware software that allows users to import various types of files (XML, CSV, etc.) into a database. I'd like to provide a trial version, but limit it in some way to prevent users ...
10
votes
5answers
3k views

Need Advice on Implementing a Time-limited Trial

I'm developing a shareware desktop application. I'm to the point where I need to implement the trial-use/activation code. How do you approach something like this? I have my own ideas, but I want to ...
8
votes
8answers
514 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 ...
7
votes
9answers
3k views

how can i make my product as a trial version for 30 days?

i have created my product and also generated license key for that but i want to ask that key after 30 days. i have do it with registry value storing the date with adding 30 days in that. but i found ...
7
votes
5answers
4k views

Create an application that will expire after a trial period

C# 2008 SP1 I am writing an application that I want to give to a select number of customers. What is the best solution to use so that after the trail period (1 month) the application will no longer ...
6
votes
9answers
3k views

How to create a trial version of a Java program

I'm coding a software on java and i almost finished, i would like to know how can we create a trial version which work for example for 30 days, because i will to send it to some companies so how to ...
4
votes
2answers
100 views

Correlating trialware expiration with date of purchase [closed]

It makes intuitive sense that customers who complete the trial* version of your software are more likely to purchase it, but it cannot be so easily deduced that the converse is true, i.e. that ...
4
votes
5answers
380 views

Trial version grace period

How should I implement a full-featured grace period or N-uses scheme to maximise sales of my small $5 social network Windows application, while encouraging continued use of a limited version by users ...
3
votes
1answer
354 views

How to create a undeletable registry key (or file) in C++

I would like to create time limited version of a game I am developping in C++. I already meet some program that create files I am still not able to delete, and other that created registry key very ...
3
votes
5answers
111 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 ...
3
votes
6answers
600 views

What is the Best way to create a program which works only in the predefined trial period(evaluation period)?

I need to create a simple application that doesn't work after 30 days. How can I do that ? Is there a way to use Trial program after 30 days ?
3
votes
6answers
498 views

Retrieve time from the internet (bypassing PC clock)?

For my MFC/C++ unmanaged time-limited software needs, I'd like to get a GMT/UTC time-stamp from the internet (instead of relying on the PC clock time that can be easily changed). I already though ...
3
votes
4answers
237 views

How to set up a trial for a dynamic link library?

I'm developing a shareware sdk-like library (using C++). The library is a simple dll provides some functions. So, my first question is what types of trials are possible for simple dll? I don't want to ...
2
votes
2answers
193 views

Need help for making Trial version product in .Net technology

we can develop trial version easily that when user install product then end date will store in registry. when apps will run then every time we check the system date is less that or equal to end date. ...
2
votes
2answers
942 views

Implementing a free trial period with PayPal

I am trying to implement a recurring subscription service on a website using PayPal however I would like to offer a free trial period before the user is billed and the subscription is started. Is this ...
2
votes
4answers
322 views

Foolproof trial strategy

I know there is already present similar questions on SO. But my question is more theoretical. I'm wondering, is it possible to design a foolproof trial system? By foolproof I mean such a system which ...
2
votes
5answers
2k views

Implementing trial app in C# [closed]

Duplicate Time bomb needed in asp.net application I've done developing my app in C#. I need some info of how I can implement 'trial' functionality for my app (I want to let the user use the ...
1
vote
4answers
64 views

Where is a good place to store serial code and such?

I have a software with a serial code validation. At first I thought about making a config file and storing serial, etc there. This didn't work out well for me so I changed it to save name, serial, ...
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
1answer
304 views

Android trial program with same codebase as full version

I have a application already in Android Market. I want to create a trial application that is based on the same code base and then add some new code to limit some key features. Is there any good ...
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
1answer
111 views

Is amazon simpleDB suitable service for checking an android app's trial status?

I have an android application and it has a trial version. I want to store users' imei numbers and installation dates on serverside and than check everytime when user uses this app to know if trial ...
1
vote
2answers
1k views

How to create a 30 day free trial Android app?

Is there any way to receive the installation date of an android app? Or any other suggestions on how to accomplish a 30 day free trial version? Thanks alot.
1
vote
0answers
130 views

Implementing A Trial Period With Web Apps

What are some best practices for implementing a free trial period in web applications? Should you collect the customer's credit card information upfront, or prompt them when their free trial is up? ...
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
55 views

Android, How to check trial period of application is expired?

There are several packages in my application that user can select each one according to different prices. In server side I store some information of client such as device Id, Android Id and etc. ...
0
votes
1answer
65 views

How to use InstallShield 2012 TrialWare feature with 64 bits application?

I'm trying to use trialware feature on my setup. Main application is a c# .net application which target any cpu (32 bits and 64 bits). So i created a pure win32 dll in c++ and wrapped it using ...
0
votes
1answer
117 views

How to create an activator + keygen for my .Net app?

I want to create an app that is only runnable on one machine (PC). The software should be activated through an activation key (the user sends me the activation serial and I will send him the code). ...
0
votes
3answers
81 views

How can I create a trial version of an MS Access application

I have created an Access application that I would like to make unusable after 7 days, much like a software provider’s free trial period. This would prevent my clients from stiffing me. Is this ...
0
votes
1answer
53 views

Best way to create sell-able AIR apps?

I posted this to the Adobe Forums last night and it already had over 30 views but unfortunately, nobody seems to answer it so I'm posting it here. What are my options with regards to creating an ...
0
votes
1answer
35 views

What is the most secure manner of making a trial version of an OS X app?

I am interested in making a trial version of an application I am distributing via the Mac App Store. What is the most secure manner of doing so? Simply writing the first run date into user defaults ...
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
3answers
110 views

How to convert a registered version of an application back to a trial version when it is copied to another computer?

I would like to include some type of copy protection scheme on my applications that would make a retail registered version of my software revert back to a trial version of my software if/when it gets ...
0
votes
1answer
209 views

Installing the trial version of visio two times [closed]

I have installed visio 2010 free trial in my computer. I uninstalled it for some reason before the end of the trial period. But when I installed it again in the same day it didn't work. How can 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
78 views

How to make a trialware? [closed]

Possible Duplicate: how can i make my product as a trial version for 30 days ? Dear all, Recently I have developed a software for windows and I want to make a trial version out of it for ...
0
votes
1answer
226 views

Software Trial and Obfuscation Mechanisms

I have developed a piece of tool in .NET and now I want to protect it from unauthorized access. I can have a kind of Trial mechanism to give a taste of the software to users but I want them to ...
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 ...
0
votes
1answer
176 views

Trial vs free with limited functionality

Not a programming question as such, but a bit more business oriented question about software product development. We have just released a small app, and is offering a free, fully functional trial ...
0
votes
1answer
60 views

What are the symptoms of trial version expiration of ajax uploader control?

What are the symptoms of trial version expiration of ajax uploader control control? I have problems with postbacks ... http://ajaxuploader.com/default.htm
0
votes
2answers
1k views

How to time-limit a trial install with BIOS date & time with C#?

I want to create trial version for our product, allowing a user to use it for 5 days. I am planning to use the system BIOS time to do this. Is this possible, what other methods are available to me?
0
votes
5answers
364 views

Load-testing tool [closed]

I am looking for a load-testing tool which supports more than 20 virtual users in trial version.
0
votes
6answers
459 views

Trial wrapping

We have been using a third party trial wrapping solution for a while where I work to give users 15 or 30 day trial versions of our commercial software (the commercial versions are recompiled to use a ...
-1
votes
1answer
2k views

How to totally uninstall Adobe Flash CS4 from mac computer

I've installed a trial of Adobe Flash CS4 (i didn't use this trial till the end) and wrongly entered the expired license number. I ran uninstall and tried to install a trial version again. Seems, that ...