Commercial Distribution

DiverDan

Well-known member
Joined
Jan 16, 2003
Messages
645
Location
Sacramento, CA
User Rank
*Experts*
Hi guys,

One of my niche engineering programs has been picked up for distribution by a national wholesale product distributor. I currently have the software "shareware" protected with a 10-day trial without the registration code and am applying for a US copyright. Can you offer me additional advice to further protect the software or myself.

Thanks,
Dan
 
I dont know anything about commercial distribution, but I do know a congradulations is in order. :)

When its distributed give us a link so we can check it out. :)
 
Im doing a commercial app. And im using an online register system. I made a web service that checks the serial number on a sql database. If the serial number is OK the program writes in the registry and the app is good to go. This way Ill have more control of my clients, but I dont know if you can apply it on your case.
 
speaking of commercial distribution
how do u make a demo version of a game?
i have to disable features such as unless you purchased this program, you cant go past level 7, or soemthing
I can do an InputBox that pops up at the beginning of the program, and ask the user to type the serial number, but then it will get too complicated and everything,
 
The first time its ran you could ask for some kind of identification, write to registry indicating whether the user has premission to go beyond certain point, if not you just exit the program. A simple If...Then will do it.
And if not entered first time its ran, provide some optio to turn on the registration screen.

BTW. Good job on your app DiverDan :)
 
Im currently using the registry for basic information, user name, company and version. A hidden file is generated in the windows directory that holds either a date code (its a true code) or the 16 place registration code. I will be using an independant registration company to handle the monies and registration. I like using a third party for this purpose as it keeps the wholesaler and myself honest with the money dispersement.

Hi PentiumGuy,

Its fairley easy to create a demo or limited play version from your game. When your program opens, have it either create or check (If File.Exists(your hidden file) Then...). This will then open the remaining levels of your game. Ive found that using a hidden file is better than the system registry cause the registry should be cleared if the program is uninstalled.

BTW

In my about screen, special thanks is given for all the gurus at Extreme.Net Forums along with other specific individuals. Thanks guys!

I wish the best for you PentiumGuy!
Dan
 
Okay,

I just finished the web site. Volts is the program that has been picked up for wholesale distribution. Conversions is being looked at by others also, but nothing yet.

http://www.dolphins-software.com/

...gotta plug the ocean theme somehow

Let me know your thoughts if you have time,
Dan
 
Wow.. lots of work went into that, you can tell just by looking at the screenshots, not to mention the insane list of features. Some top quality software. Just think.. we may have a millionaire in our presence. :cool:
 
Back
Top