Licensing for windows application
-
I have developed a product which i want to distribute. I want users of the product to register before using the product. What are steps required to provide licensing? Pls help
1 - write code 2 - test There's all sorts of licensing schemes. People invent their own, that's why crackers don't know how to break them.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
1 - write code 2 - test There's all sorts of licensing schemes. People invent their own, that's why crackers don't know how to break them.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Christian Graus wrote:
There's all sorts of licensing schemes. People invent their own, that's why crackers don't know how to break them for an hour or two.
FTFY
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
I have developed a product which i want to distribute. I want users of the product to register before using the product. What are steps required to provide licensing? Pls help
You might want search on the net related to licensing mechanism some of the important things you might want do are - Selecting hardware PC id for unique identification of the machine e.g hdd serial number,dongle, or even some network card ID [depends on your need] - you should maintain a increpted license file with the product - you should store your pc id in this file and other any related info, which you should use to validate the license of the product rest you should think on your self!!
-
I have developed a product which i want to distribute. I want users of the product to register before using the product. What are steps required to provide licensing? Pls help
Why not use a commercial ready-to-use system like CryptoLicensing? Will save lots of time by allowing you to focus on your own software.