License key - WeOnlyDo Discussion board

License key (General questions)

by Hans, Monday, January 08, 2007, 14:34 (6529 days ago)


I have made a working console ssh server which can be used as a service.

I want to distribute this as binary and source with the wodsshd.dll
In the binary program I will put the license key, in the source version it will be stripped.

So if people want to adapt it, they need a license or test it as a demo dll.

The problem is when I deinstall the wodsshserver software and I start my program without doing a m_SSHD->SetLicense(..), it still thinks it is using a valid key and not a demo version .

Does the supplied dll already contain the license key ?

Hans

Re: License key

by wodSupport, Monday, January 08, 2007, 14:43 (6529 days ago) @ Hans

Hans,

maybe only on development PC, since it finds the key in the registry.

Try it on deployed PC.

Regards,
Kreso

Re: License key

by Hans, Monday, January 08, 2007, 20:31 (6528 days ago) @ wodSupport

Kreso,

maybe only on development PC, since it finds the key in the registry.

You are right.
I created an installer and installed it on a fresh windows server.
Everything worked ok.

Now I only have to write some documentation :(

thx
Hans