Questions tagged [shareware]

Shareware is a program which gives partial functionality or access away for free to encourage the purchase of a license to unlock the full content.

25 questions
2
votes
4 answers

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 register button, and a "Not Yet" button (which is…
indragie
  • 18,002
  • 16
  • 95
  • 164
1
vote
3 answers

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 installed on another computer. In the old days I…
1
vote
3 answers

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. Is there a recommended Obj-C library?
tamasgal
  • 24,826
  • 18
  • 96
  • 135
1
vote
2 answers

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 registration website, pay, and give me their email. I give…
ck_
  • 3,719
  • 10
  • 49
  • 76
1
vote
1 answer

Reverse Engineer contents of a Binary File?

I am creating a binary file for registered users of my application. The user already knows what information is stored in the file because he is providing me with that information while registering. Every time my application is launched the…
Cool_Coder
  • 4,888
  • 16
  • 57
  • 99
0
votes
1 answer

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 Files\Application and it runs successfully(use…
Naresh
  • 305
  • 2
  • 6
  • 14
0
votes
3 answers

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!
Grrrr
0
votes
1 answer

How do you call software that is not shareware but not totally free either?

For example, Sublime Text 2. It's free but, time after time, not too often though, it pops up a dialog asking to purchase the bugging-free version. Is there a name for this type of software distribution model.
Pleo
  • 309
  • 1
  • 11
-2
votes
4 answers

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 seamless as possible for the user. I've never sold…
Jesse Beder
  • 33,081
  • 21
  • 109
  • 146
-2
votes
2 answers

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 Tucows and/or Download.com anymorE?
user19658
  • 95
  • 3
  • 4
1
2