Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
7answers
1k views

Is donation-supported free software a viable business model?

I'm working on a software product, and to mitigate piracy problems I was thinking about offering the uncrippled software for free, but requesting donations and offering various things (like website ...
20
votes
27answers
4k views

What language or RAD IDE do you recommend for building shareware?

I'm looking for an IDE for developing commercial desktop applications to be sold over the internet, as a mISV. Windows is a must, while Mac is a nice to have. An important factor is that the ...
14
votes
12answers
737 views

Shareware marketing

I make a shareware application, a good one if I say so myself. I have a listing on all major and minor download sites, which update automatically when I release a new version. My main problem is ...
13
votes
6answers
1k views

Registration for Cocoa shareware

What is the best way to protect a Cocoa shareware application from software piracy? Are there developer libraries/tools out there for this task?
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 ...
10
votes
5answers
646 views

Incorporating shareware restrictions in C++ software

I wish to implement my software on a shareware basis, so that the user is given a maximum trial period of (say) 30 days with which to try out the software. On purchase I intend the user to be given a ...
8
votes
10answers
1k views

Best Shareware lock for Delphi Win32

Same intro as my last question: I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule ...
8
votes
2answers
268 views

How should I price my software for volume/site licenses?

I have written a small laptop battery meter utility for Windows that I have been selling for a low price ($7.50). I recently was contacted by a company that wants to purchase a very large number of ...
6
votes
9answers
397 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
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 ...
5
votes
6answers
4k views

EULA for a freeware project

Folks, i'm looking for a standard EULA form to include with my freeware project. I'm just looking for clauses to "cover my butt": not responsible for any losses, etc. Is there a standard, ...
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 ...
4
votes
6answers
406 views

shareware enforcement vs time machine

Problem: Customer X is (considering) porting one of his formerly "Windows only" shareware applications to Mac OS X. One of his concerns is how to enforce the 30-day trial period and make it immune to ...
4
votes
4answers
336 views

Platform for ad-supported shareware

Folks, I'm working on a little piece of rich client software that I'd like to distribute for free. That is, I'd still like to make money on it, but I'd like the revenue to come from advertising. Do ...
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
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 ...
3
votes
10answers
355 views

Open Source and Free 30-day Trial?

Can it be open source and not free? Why open source not free software? i saw a book about this and i thought i check it out. Logo says "Open Source Business Intelligence". There are better known ...
3
votes
3answers
152 views

Steps to publish Software to be purchased via Registration

I'm about to get finished developing a windows application which I want to release as shareware. It was developed in C# and will be running on .Net 3.5+ machines. To use it the user will have to be ...
3
votes
6answers
2k views

How can I tell if the computer has been restarted?

I once used a command line SMTP mailer that, as a limit of the trial version, allowed you to receive up to 10 emails with it per Windows session. If you rebooted your computer, you could receive 10 ...
3
votes
4answers
900 views

How to make a shareware program with a free demo

I have a game that I'd like to sell with the following system: give away a demo (say, with the first few levels) and sell the full version. I'd like to make the transition to the full version as ...
3
votes
6answers
1k views

Licensing / Protection Software?

I'm selling software online and would love to know what everyone else is using for licensing and protection. I know Armadillo is popular, as is EXECrypter, but what else is out there?
2
votes
3answers
208 views

Best Shareware Price

I know that this question is too generic but yet, Which is the price you think a shareware buyer is most inclined to pay. I know (from my experience) that $9.95 is scary low. Even you product is a ...
2
votes
3answers
204 views

How to include advertising in an application?

Are there any services that allow you to place advertising in Windows software? I want to give away my software for free but still need to eat!
2
votes
4answers
420 views

Creating a nag screen for a Cocoa app

I'm creating a shareware Cocoa app and I wanted to know what is the best way to put in a "nag screen". Basically before the main window of the app shows, I want to have a window with some text, a ...
2
votes
3answers
490 views

AquaticPrime “Regular” License?

I am looking at using AquaticPrime for my key generator for a Cocoa shareware app. For those of you who don't know about it, you can check it out here: http://aquaticmac.com/. However, I am running ...
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 ...
1
vote
2answers
194 views

Should I change my License Key output from pure md5 output to a common “XXXX-YYYY-ZZZZ” type code?

I'm creating a simple license key system to "keep honest people honest". I don't care about especially stringent cryptography. If they get to annoyed with the demo limitations, they go to my ...
1
vote
2answers
117 views

Need to select a free license for my project, but not 'open source'

I wish to allow user to use my software for free but not to give the source code. Can you recommend a license?
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
3answers
86 views

Time limited Shareware

I'm thinking about making a time limited full version of my App, so users can try it for example 7 days. What is the best way to do this under Cocoa/Obj-C, so it is Time Machine prove and so on? ...
0
votes
1answer
276 views

Shareware vb.net application packed using innosetup, installed in different directories creates 2 different set of application

I have created an shareware application using vb.net visual studio 2008 for windows desktop, and packaged it using innosetup 5.3.8. The problem is when i have installed the application in C:\Program ...
-2
votes
2answers
172 views

Marketing Software Online

What are some resources in use for marketing downloadable desktop software online? AdWords, certainly, and "organic" search engine results but is anyone having any luck making sales through sites like ...