How to limit use to only one computer per installation?
Posted
by DanSogaard
on Stack Overflow
See other posts from Stack Overflow
or by DanSogaard
Published on 2010-03-21T13:13:16Z
Indexed on
2010/03/21
13:21 UTC
Read the original article
Hit count: 172
c#
|deployment
I'm about to release my application which is built in C# VS2008 to my customer, and I want to prevent copy abuse post deployment, since it's easy to copy installation files to another machine and use the application. I want to limit usage to only one computer per installation.
© Stack Overflow or respective owner