Click here to Skip to main content
15,886,512 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
hi,

For my windows application, i tried to verify Product Key during installation. I created setup, with set of 100 Product Keys inside.Actually my application don't need any Database to run.

I need to install my application to all PC's in LAN, with different Product Key(user should not use the same Product Key to install). If user tried to use same Product Key, i should give some alert(like product key used already).

So, i want to find my application with particular Product Key runs in LAN. How can i find it?

***(I suggest to maintain some database in LAN server, and periodically check during installation. But my boss said it may cause some security issues like permission,..etc to access server Database)

You people have any other ideas?? Please share with me and our forum followers...

Regards
Karthick
Posted

1 solution

I don't think there is any other way other than persisting the used keys somewhere on the network that is accessible to all PC's. This could be done using anything such as text file, XML file, database etc but the main thing is that the machine is able to access that file.
 
Share this answer
 
Comments
J.Karthick 21-May-11 8:37am    
ya..thanks for your suggestion

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900