Re: User licenses and product keys for custom Access app

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi,
I have used these hardware keys for one app, worked pretty well, easy to implement and quite effective:
http://www.aladdin.com/hasp/default.aspx

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com


"Macsmasher" <Macsmasher@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:FB2F9ED6-BBDB-4BF3-9EAA-1FD896D341F4@xxxxxxxxxxxxxxxx
Hi all,

Running Access07.

I have an application I'm going to market and need to copy protect it. I'm
curious what others have done in this regard. How do you generate and
distribute a product key? If you sell a 5 seat license for example, how do
you track and enforce that? Do you require that they call you for a product
key? If so, how do you generate the key? Do you reference the workstation's
MAC address for example to ensure they don't install that key on another
workstation?

FYI, this is what I did some years ago for an application that required an
annual lease...

Primary Files were:
front-end (with tbl links to the back-end and license files)
back-end (typ)
License file (an Access file with custom file extension consisting of a
single table to store lease expiration, product key, name of client company,
etc. File was locked down with Access group level security and user couldn't
edit or view the data.)

I used the creation date of the desktop.ini file for the unique id for a
workstation. That numeric date value was used with other constants to
generate a numeric value that the user would give me over the phone. Using
another Access application on my end, I would enter that number on a form I
created, which would then generate the product key (on the client's computer,
that key was already programmatically created using the same algorithm I use,
but in a hidden unbound txt box on their product key entry form.) I would
give that key to the user over the phone, and provided that value they
entered matched the hidden unbound txt box value, they were good for 365 days.

In the app, I had code in my first form to launch (checks tbl links, sets
icon, etc.), I had additional code to check for a product key. If no key,
app would launch in 30 day demo mode. (Demo mode could only be run once. A
chkBox stored in back-end would be checked, so even if they installed the app
on another workstation on the network, demo mode could not be used again
unless they deleted their back-end.) This first form would also check for
number of days left on the lease. If less than 60 days remained on an
existing lease, a popup form would begin reminding the user that they had xx
days left and please renew.

So...that's how I did it. I know there must be a better unique workstation
id than using the creation date of the desktop.ini file, but I'm not sure how
to pull that. Maybe an API call for motherboard serial number?

How did you do it? This should be an interesting thread.

Thanks in advance,
Larry
Maximize Software, Inc.

.



Relevant Pages

  • Re: User licenses and product keys for custom Access app
    ... front-end (with tbl links to the back-end and license files) ... single table to store lease expiration, product key, name of client ... workstation. ... In the app, I had code in my first form to launch (checks tbl links, sets ...
    (microsoft.public.access.modulesdaovba)
  • User licenses and product keys for custom Access app
    ... front-end (with tbl links to the back-end and license files) ... single table to store lease expiration, product key, name of client company, ... workstation. ... app would launch in 30 day demo mode. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Converting A2K to Access 03
    ... Rick, I'm in the same boat as far as the user not being able to change ... user trys to run the app via the vbscript: ... user log out of the workstation, make the user an Admin on his or her own ... have the user log back in. ...
    (comp.databases.ms-access)
  • Re: Converting A2K to Access 03
    ... In our environment users don't have the abilty to change macro settings or ... user trys to run the app via the vbscript: ... user log out of the workstation, make the user an Admin on his or her own ... have the user log back in. ...
    (comp.databases.ms-access)
  • Re: Releasing my VB.NET app over the intranet
    ... There are two differences between the simple app and the one I am ... My app uses a DLL that I designed as part of the app. ... workstation, it works fine. ... Settings/sschum/My Documents/Visual Studio ...
    (microsoft.public.dotnet.framework)