The trialware tag has no wiki summary.
1
vote
0answers
17 views
Are there any ready to wear software registration systems that I can bundle into the commercial desktop product?
I am going to use Python and wxpython. I am hoping that I do not have to roll my own software registration system. I would like to support timeout function for a trial period. I would also like to ...
0
votes
1answer
15 views
Extend trial period of a software [duplicate]
I am curious as to how some applications know if my trial period is over. Even if I uninstall the software, and reinstall it, how can the software know if my trial period is over ? Simple tricks like ...
0
votes
0answers
70 views
How to properly store install date for a 30 day trial software on Windows?
I'm a Windows software developer offering a bunch of software as 30 day trial versions.
Over the years it was a large problem for me to detect if these 30 days has passed
since installation, and the ...
1
vote
3answers
301 views
Implement free trial period in iOS [closed]
I am developing an iDevice application.I want to make it such that the User of this application can download this app for free from iTunes but after trial period of 1 week , User will be asked to ...
0
votes
3answers
138 views
Application free trial via registry
For my VB.NET applications, I am wanting the user to have a free trial for x amount of days.
Where is the best place to record the amount of days past?
In the registry? Can't someone just delete the ...
0
votes
0answers
130 views
How to create a time/number of uses based trial version of an application?
I have an application that needs to register the user on to my server. Currently, if the user is not registered, we have a policy not to allow him to use the application, until he registers ...
0
votes
1answer
113 views
Adobe AIR trialware creating method
I am creating a window application by using Adobe AIR .I want to make it as trial ware.But I don't know how to achieve this.Please suggest some ideals or link for my reference.Thanks in advance.
2
votes
3answers
205 views
Application Paid vs Free Version
I am developing a Windows Forms applicaton and want to release the basic application for free. However I would like to have some advanced features that can only be used if a full version is paid for.
...
0
votes
1answer
443 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
505 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
452 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
534 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
190 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
63 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
458 views
Implementing trial period [duplicate]
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
159 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 ...
1
vote
4answers
170 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
156 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
750 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 ...
2
votes
2answers
415 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. ...
2
votes
2answers
462 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. ...
1
vote
1answer
171 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 ...
3
votes
1answer
560 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 ...
0
votes
0answers
148 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 ...
4
votes
2answers
119 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 ...
3
votes
4answers
181 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 ...
6
votes
5answers
548 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 ...
1
vote
2answers
3k 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?
0
votes
1answer
103 views
How to make a trialware? [duplicate]
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
375 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 ...
1
vote
0answers
234 views
Implementing A Trial Period With Web Apps [closed]
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? ...
0
votes
1answer
213 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 ...
7
votes
10answers
6k 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 ...
0
votes
1answer
229 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 ...
3
votes
6answers
1k 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 ?
4
votes
6answers
1k 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 ...
1
vote
4answers
2k views
How to create a demo software that will expire after 30 days?
I want to create a free trial of (30 days of) my software. I can't use the system time because it may be changed by the user. How I can calculate a day in my system ?
I don't have internet ...
3
votes
3answers
380 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 ...
12
votes
10answers
6k 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 ...
-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 ...
0
votes
1answer
82 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
3
votes
2answers
2k 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 ...
7
votes
5answers
7k 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 ...
0
votes
2answers
2k 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?
46
votes
4answers
13k views
Creating an Android trial application that expires after a fixed time period
I have an 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 ...
12
votes
16answers
4k 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 ...
2
votes
4answers
432 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
3k 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 ...
8
votes
8answers
817 views
Managing features on a license basis for a C++ application
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 ...
-1
votes
5answers
484 views
Load-testing tool [closed]
I am looking for a load-testing tool which supports more than 20 virtual users in trial version.
