Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
1k views

How do I enforce an expiration date for a trial install of my software?

I need to offer a trial period for my custom software. I have a 64-bit C# app, which uses 64-bit, multi-processor support DLLs. Other utilities to be included are written in C++ (exes and dlls). I ...
8
votes
4answers
4k views

How to create trial version of .NET software?

Does Visual Studio have built-in tools for creating trial versions of software? If no what tools can do the job? What are the best practices for creating trial versions on .NET platform? How these ...
6
votes
9answers
427 views

Delphi: 30-day trial

How can I make a 30-day trial for my application? I need to allow users to use an application only 30 days. How to count these days? I keep the first and the last date in registry. But if to change a ...
6
votes
1answer
465 views

Why does Android allow an APK with an expired certificate to be installed?

I made an APK signed with a certificate which has a validity of 1 day. My aim is to give a trial app to some people, but preventing them copying the application after the expiration date. If they ...
6
votes
2answers
2k views

How can I make my application have a 30 day trial period

how to create trial period setup file for 30 days of my c# windows application?
6
votes
5answers
624 views

How do I store data securely with objective C? (Mac/Cocoa Dev)

I'm trying to create a Trial part of my cocoa application. I have the licensing all set up (including keys) etc. But I was wondering how I could store e.g the first the time the user ran the program ...
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 ...
6
votes
4answers
445 views

What is the best anti-crack scheme for your trial or subscription software?

Writing code takes time and effort and just like any other human being we need to live by making an income (save for the few that are actually self sustainable.) Here are 3 general schemes to make a ...
5
votes
2answers
405 views

Most efficient/secure way to implement trial period in cocoa

I am finishing a Cocoa App which will use CocoaFob for licensing and I am wondering about the "most" efficient and secure way to implement a trial period in cocoa. Thanks in advance for your help, ...
4
votes
2answers
103 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
387 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
4answers
836 views

Where to Store the Protection Trial Info for Software Protection Purpose

It might be duplicate with other questions, but I swear that I googled a lot and search at StackOverflow.com a lot, and I cannot find the answer to my question: In a C#.Net application, where to ...
3
votes
2answers
192 views

How to create a good trial experience in Windows Phone 7?

I found this handy piece of code to determine if my app is in trial mode, with the added benefit of being able to test trial behavior in the emulator... public bool IsTrial { get { ...
3
votes
9answers
366 views

Do you use 30 day trial servers to do development work?

I know this is an odd question but I need to ask it to get information to present to a client. Their lead network admin wants me to work on 30 day trial servers like Sharepoint & SQL Server to ...
2
votes
1answer
32 views

MATLAB stop program after X repetitions?

I have this program, which as you can see is pulling random pictures out of a directory, and asking the user to compare them. After setting the value with the slider, the user presses a "Next Trial" ...
2
votes
1answer
58 views

How to don't let user to use application after expiry time?

In my application I let user to buy application based of different plans, such as 2 hours free, 1 day, 1 week, and etc. I want to don't let user use the application after expiry time. I created a ...
2
votes
0answers
140 views

Difficulties installing Flash Builder (trial) on a Mac [closed]

So I just installed the trial version of Flash Builder on my Mac. When I launch the app, it also launches the Adobe Application Manager, which allows me to continue my trial. Then Flash Builder ...
2
votes
2answers
464 views

How to test twisted web resource with trial?

I'm developing a twisted.web server - it consists of some resources that apart from rendering stuff use adbapi to fetch some data and write some data to postgresql database. I'm trying to figoure out ...
2
votes
1answer
227 views

Java: Protect Trial/Demo Period

I searched, and only found a couple([1][2]) of answers here. None of them really answer my question though. My application will have a thirty day trial period. What's the best way to protect the ...
1
vote
1answer
21 views

“Next trial” button in MATLAB

I have a script this MATLAB script: function semjudge clc; name = input('Name: ','s'); snum = input('Subject #: ','s'); files = dir(fullfile('pictures','*.png')); index = randperm(length(files)); ...
1
vote
1answer
92 views

module name overloading and import path

The code below fails because twisted.trial.unittest.TestCase, the desired baseclass, is not the baseclass. from twisted.trial import unittest from unittest import TestCase import myapp class ...
1
vote
1answer
30 views

Drupal trial account development

I am creating a website where you can create an account with your name and email. When this is done, you get a 30 day trial. From this point, you can 'upgrade' your account by supplying more ...
1
vote
0answers
78 views

Trial application: Dummy app or In-app billing?

I have developed an application, in which you can try the widget for a couple of weeks. People can buy the pro version to unlock the widget afterwards. I intended to make a paid dummy app, and check ...
1
vote
2answers
72 views

Converting existing wp7 app to trial

I have an existing free app in WP7 marketplace with fairly large user base. If I convert it to trial and implement proper use of trial api, what version would existing users get - full or trial?
1
vote
5answers
138 views

In app purchases and trial runs?

I am building an app for a client that will have 30 days of content for free, thereafter you are required to buy a subscription via in app store purchases. However, I have read that you will get ...
1
vote
2answers
352 views

Delphi (XE2): Trial - what can I do? What about my old Delphi?

I have been at RAD Studio XE2 World Tour here in Poland in Cracov and I really love new features, so Im almost sure, Ill buy it. But now I downloaded trial version and I want to ask about two things: ...
1
vote
1answer
76 views

How do I run twisted trial on all tests in a directory?

How do I run trial so that it executes all tests within a directory? All my unit tests pass if I run trial on each file individually, but if I try something like... trial test/ on the test ...
1
vote
2answers
92 views

Ruby on rails licence generation for web app

we developed one ruby on rails web application as a product.Now we need to install this application in client machine for 15 day trial.How to implement the trial version for ROR. If any other rails ...
1
vote
2answers
439 views

How to create a server for communication with an Android app

I need to create a server which initially checks an Android applications trial period, so on running an Android application the phones info is sent over to ther server. The server stores this ...
1
vote
5answers
817 views

Making trial version of VB.NET program

I have searched lots of way to make a 30 day trial limit of my program. They say "Use -Settings- in visual basic application for your variables" to save the information about user (like : registered ...
1
vote
0answers
75 views

How can I programmatically detect a trial version of MS Office?

Is there a registry key I could query? The solution should work on both 2007 and 2010. Also, is it possible to easily determine if the trial period has expired? My program integrates with office. ...
1
vote
1answer
96 views

Best Place to Store License Info on Mac?

If I am developing an app that has a 30 day trial, for example, where would the best place be to store the license information? Application support is too easily accessible, but I am not sure where ...
1
vote
1answer
212 views

ASP.NET web controls - how to make evaluation or trial version?

I had to develop some custom ASP.NET web controls because I couldn't find ones already available for purchase with the functionality required. I was surprised I couldn't find what I needed and I'm ...
1
vote
1answer
639 views

How to “upgrade” from VS 2010 Ultimate trial to Professional

I have Visual Studio 2010 Ultimate Trial installed, which is about to expire. I also have a retail box with Visual Studio 2010 Professional. So I thought changing my trial to the full version would be ...
1
vote
0answers
135 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
3answers
742 views

Generating Device-Specific Serial Number

I would like to be able to generate unique serial numbers for each Android device for use in unlocking an application. How could I do this? EDIT: The reason is I want to revamp a paid application ...
1
vote
2answers
274 views

don't wanna lose data on Android after uninstalling

Now I make a trial application. I'd like to store IMEI and other info in Android permanently. And I don't want to lose them after uninstalling it. I tested with shared preference but it deletes after ...
0
votes
1answer
81 views

How to shutdown and start a server in Python Twisted?

My client (based on twisted) is supposed to automatically reconnect to server when connection is lost, i need to make a test of this feature, here's my test method where the @todo comment is very ...
0
votes
3answers
93 views

Tracking days a user is using an Android trial application [closed]

Possible Duplicate: Android Trial Applications I'm trying to create a trial application, which allows the user to use the service for, say, 30 days. Is there a way to keep track of this on ...
0
votes
1answer
168 views

how to create a trial software code in java [closed]

Possible Duplicate: How to create a trial version of a Java program I have created a java application. I need to give that application as trial version for 15 days. How to write code to ...
0
votes
0answers
115 views

How can I make a trial version of a windows application? [closed]

Possible Duplicate: How to create trial version of .NET software? I made a Windows application and I want to distribute it as a trial version. How can I add a timer to it so that the ...
0
votes
1answer
401 views

Pivot.Items.Remove works with WindowsPhone 7.0, but not with 7.1

I created a Trial Mode with the MSDNs Tutorial. Within my Trial I decided to switch off some of my pivot items as well as the Buttons to navigate to it. The Buttons were switched off under both 7.0 ...
0
votes
2answers
117 views

Is this method of a Unique Id good?

Im adding a time bomb to my application... I wanted to know your thoughts if this is a robust idea: Bare in mind ive done alot of research on a unique ID android can provide,but found if its a phone, ...
0
votes
1answer
78 views

coding of the trial software

in the net I can find a lot of programs which give You opportunity to use program for 30 days for free and after your program is just stuck, my question is how can I code such behaviour of the program ...
0
votes
0answers
78 views

I want to have 1-month trial version for my CMS in php. how it can be implemented using php? [closed]

I am thinking to create CMS which could be free for 30-days trial and after that it automatically stop working and ask to purchase CMS. I haven't developed any application or anything else which ...
0
votes
1answer
135 views

How do I run a twisted trial in Windows?

I'm new to Python, Twisted, and Trial... and for Windows users the setup process isn't very clear. Right now, I have Python 2.7 installed, along with Twisted. From the Python GUI, I can run the ...
0
votes
1answer
117 views

Does Windows provide a unique identifier I could use to enforce a free trial?

Does the Windows operating system contains any unique computer/OS id? This is for my own software. I want to create 30 day trial/demo version. Here is what I want to do: When someone installs a ...
0
votes
1answer
166 views

twisted trial unittest gets ImportError

I'm trying to write some unittests using trial for my twisted application, I wrote my first 'empty' trial unittest class but when I try to run it I get ImportError for importing my app module. This ...
0
votes
4answers
335 views

Trial/Free Cloud service to store a Relational Database

I need to store a relational Db on the cloud for a college project. Does any1 know of a service that offers a free trial period or even a free student usage (some chance). I already have the ...
0
votes
1answer
138 views

How to make Windows System Restore ignore some of my application files?

I am experimenting with software copy protection ideas and now I have the following problem. I have a trial version of my application. Trial data are stored in a certain file and also in some certain ...

1 2